V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::FrameInspector Class Reference

Public Member Functions

 FrameInspector (StandardFrame *frame, int inlined_frame_index, Isolate *isolate)
 
int GetParametersCount ()
 
Handle< JSFunctionGetFunction () const
 
Handle< ScriptGetScript ()
 
Handle< ObjectGetParameter (int index)
 
Handle< ObjectGetExpression (int index)
 
int GetSourcePosition ()
 
bool IsConstructor ()
 
Handle< ObjectGetContext ()
 
Handle< ObjectGetReceiver ()
 
Handle< StringGetFunctionName ()
 
bool IsWasm ()
 
bool IsJavaScript ()
 
JavaScriptFramejavascript_frame ()
 
int inlined_frame_index () const
 

Detailed Description

Definition at line 17 of file debug-frames.h.


The documentation for this class was generated from the following files: