![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <frames.h>
Protected Member Functions | |
| TypedFrameWithJSLinkage (StackFrameIteratorBase *iterator) | |
Protected Member Functions inherited from v8::internal::CommonFrameWithJSLinkage | |
| CommonFrameWithJSLinkage (StackFrameIteratorBase *iterator) | |
| Address | GetParameterSlot (int index) const |
Protected Member Functions inherited from v8::internal::CommonFrame | |
| CommonFrame (StackFrameIteratorBase *iterator) | |
| bool | HasTaggedOutgoingParams (Tagged< GcSafeCode > code_lookup) const |
| void | ComputeCallerState (State *state) const override |
| Address | caller_fp () const |
| Address | caller_pc () const |
| void | IterateExpressions (RootVisitor *v) const |
| void | IterateTurbofanJSOptimizedFrame (RootVisitor *v) const |
| virtual Address | GetExpressionAddress (int n) const |
Protected Member Functions inherited from v8::internal::StackFrame | |
| StackFrame (StackFrameIteratorBase *iterator) | |
|
inlineexplicitprotected |
Definition at line 123 of file frames-inl.h.
|
overridevirtual |
Implements v8::internal::StackFrame.
Definition at line 319 of file frames.cc.