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

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
 
JSGeneratorObjectGetGeneratorObjectForSuspendedFrame (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
 

Detailed Description

Definition at line 65 of file debug.h.


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