![]() |
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) | |
![]() | |
CommonFrameWithJSLinkage (StackFrameIteratorBase *iterator) | |
Address | GetParameterSlot (int index) const |
![]() | |
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 |
![]() | |
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.