V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
bool | IsSuspend () const |
bool | IsReturn () const |
bool | IsReturnOrSuspend () const |
bool | IsCall () const |
bool | IsDebugBreakSlot () const |
bool | IsDebuggerStatement () const |
bool | IsDebugBreakAtEntry () const |
bool | HasBreakPoint (Isolate *isolate, Handle< DebugInfo > debug_info) const |
int | position () const |
debug::BreakLocationType | type () const |
JSGeneratorObject * | GetGeneratorObjectForSuspendedFrame (JavaScriptFrame *frame) const |
Static Public Member Functions | |
static BreakLocation | FromFrame (Handle< DebugInfo > debug_info, JavaScriptFrame *frame) |
static void | AllAtCurrentStatement (Handle< DebugInfo > debug_info, JavaScriptFrame *frame, std::vector< BreakLocation > *result_out) |
Friends | |
class | BreakIterator |