|
Type | type () const override |
|
int | ComputeParametersCount () const override |
|
intptr_t | GetSPToFPDelta () const |
|
Object * | context () const override |
|
void | Summarize (std::vector< FrameSummary > *frames) const override |
|
virtual JSFunction * | function () const |
|
Object * | unchecked_function () const |
|
Object * | receiver () const override |
|
Script * | script () const override |
|
void | set_receiver (Object *value) |
|
Address | GetParameterSlot (int index) const |
|
Object * | GetParameter (int index) const override |
|
void | SetParameterValue (int index, Object *value) const |
|
bool | IsConstructor () const override |
|
bool | HasInlinedFrames () const |
|
bool | has_adapted_arguments () const |
|
void | Iterate (RootVisitor *v) const override |
|
void | Print (StringStream *accumulator, PrintMode mode, int index) const override |
|
Code | unchecked_code () const override |
|
virtual void | GetFunctions (std::vector< SharedFunctionInfo *> *functions) const |
|
void | GetFunctions (std::vector< Handle< SharedFunctionInfo >> *functions) const |
|
virtual int | LookupExceptionHandlerInTable (int *data, HandlerTable::CatchPrediction *prediction) |
|
Public Member Functions inherited from v8::internal::StandardFrame |
bool | is_standard () const override |
|
virtual int | position () const |
|
Object * | GetExpression (int index) const |
|
void | SetExpression (int index, Object *value) |
|
int | ComputeExpressionsCount () const |
|
| STATIC_ASSERT ((INNER_JSENTRY_FRAME &kHeapObjectTagMask) !=kHeapObjectTag) |
|
| STATIC_ASSERT ((OUTERMOST_JSENTRY_FRAME &kHeapObjectTagMask) !=kHeapObjectTag) |
|
| StackFrame (const StackFrame &original) |
|
bool | is_entry () const |
|
bool | is_construct_entry () const |
|
bool | is_exit () const |
|
bool | is_optimized () const |
|
bool | is_interpreted () const |
|
bool | is_wasm_compiled () const |
|
bool | is_wasm_compile_lazy () const |
|
bool | is_wasm_to_js () const |
|
bool | is_js_to_wasm () const |
|
bool | is_wasm_interpreter_entry () const |
|
bool | is_arguments_adaptor () const |
|
bool | is_builtin () const |
|
bool | is_internal () const |
|
bool | is_builtin_continuation () const |
|
bool | is_java_script_builtin_continuation () const |
|
bool | is_java_script_builtin_with_catch_continuation () const |
|
bool | is_construct () const |
|
bool | is_builtin_exit () const |
|
bool | is_java_script () const |
|
bool | is_wasm () const |
|
Address | sp () const |
|
Address | fp () const |
|
Address | callee_pc () const |
|
Address | caller_sp () const |
|
Address | UnpaddedFP () const |
|
Address | pc () const |
|
void | set_pc (Address pc) |
|
Address | constant_pool () const |
|
void | set_constant_pool (Address constant_pool) |
|
Address * | pc_address () const |
|
Address * | constant_pool_address () const |
|
Id | id () const |
|
StackHandler * | top_handler () const |
|
Code | LookupCode () const |
|
Isolate * | isolate () const |
|
void | operator= (const StackFrame &original)=delete |
|