V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
FrameInspector (StandardFrame *frame, int inlined_frame_index, Isolate *isolate) | |
int | GetParametersCount () |
Handle< JSFunction > | GetFunction () const |
Handle< Script > | GetScript () |
Handle< Object > | GetParameter (int index) |
Handle< Object > | GetExpression (int index) |
int | GetSourcePosition () |
bool | IsConstructor () |
Handle< Object > | GetContext () |
Handle< Object > | GetReceiver () |
Handle< String > | GetFunctionName () |
bool | IsWasm () |
bool | IsJavaScript () |
JavaScriptFrame * | javascript_frame () |
int | inlined_frame_index () const |
Definition at line 17 of file debug-frames.h.