|
void | OnDebugBreak (Handle< FixedArray > break_points_hit) |
|
void | OnThrow (Handle< Object > exception) |
|
void | OnPromiseReject (Handle< Object > promise, Handle< Object > value) |
|
void | OnCompileError (Handle< Script > script) |
|
void | OnAfterCompile (Handle< Script > script) |
|
void | HandleDebugBreak (IgnoreBreakMode ignore_break_mode) |
|
void | Break (JavaScriptFrame *frame, Handle< JSFunction > break_target) |
|
Handle< FixedArray > | GetLoadedScripts () |
|
bool | SetBreakPoint (Handle< JSFunction > function, Handle< BreakPoint > break_point, int *source_position) |
|
void | ClearBreakPoint (Handle< BreakPoint > break_point) |
|
void | ChangeBreakOnException (ExceptionBreakType type, bool enable) |
|
bool | IsBreakOnException (ExceptionBreakType type) |
|
bool | SetBreakPointForScript (Handle< Script > script, Handle< String > condition, int *source_position, int *id) |
|
bool | SetBreakpointForFunction (Handle< JSFunction > function, Handle< String > condition, int *id) |
|
void | RemoveBreakpoint (int id) |
|
MaybeHandle< FixedArray > | GetHitBreakPoints (Handle< DebugInfo > debug_info, int position) |
|
void | PrepareStep (StepAction step_action) |
|
void | PrepareStepIn (Handle< JSFunction > function) |
|
void | PrepareStepInSuspendedGenerator () |
|
void | PrepareStepOnThrow () |
|
void | ClearStepping () |
|
void | SetBreakOnNextFunctionCall () |
|
void | ClearBreakOnNextFunctionCall () |
|
void | DeoptimizeFunction (Handle< SharedFunctionInfo > shared) |
|
void | PrepareFunctionForDebugExecution (Handle< SharedFunctionInfo > shared) |
|
void | InstallDebugBreakTrampoline () |
|
bool | GetPossibleBreakpoints (Handle< Script > script, int start_position, int end_position, bool restrict_to_function, std::vector< BreakLocation > *locations) |
|
bool | IsBlackboxed (Handle< SharedFunctionInfo > shared) |
|
bool | CanBreakAtEntry (Handle< SharedFunctionInfo > shared) |
|
void | SetDebugDelegate (debug::DebugDelegate *delegate) |
|
bool | EnsureBreakInfo (Handle< SharedFunctionInfo > shared) |
|
void | CreateBreakInfo (Handle< SharedFunctionInfo > shared) |
|
Handle< DebugInfo > | GetOrCreateDebugInfo (Handle< SharedFunctionInfo > shared) |
|
void | InstallCoverageInfo (Handle< SharedFunctionInfo > shared, Handle< CoverageInfo > coverage_info) |
|
void | RemoveAllCoverageInfos () |
|
Handle< Object > | FindSharedFunctionInfoInScript (Handle< Script > script, int position) |
|
bool | IsBreakAtReturn (JavaScriptFrame *frame) |
|
void | ScheduleFrameRestart (StackFrame *frame) |
|
bool | AllFramesOnStackAreBlackboxed () |
|
bool | SetScriptSource (Handle< Script > script, Handle< String > source, bool preview, debug::LiveEditResult *result) |
|
int | GetFunctionDebuggingId (Handle< JSFunction > function) |
|
char * | ArchiveDebug (char *to) |
|
char * | RestoreDebug (char *from) |
|
void | FreeThreadResources () |
|
void | Iterate (RootVisitor *v) |
|
void | InitThread (const ExecutionAccess &lock) |
|
bool | CheckExecutionState () |
|
void | StartSideEffectCheckMode () |
|
void | StopSideEffectCheckMode () |
|
void | ApplySideEffectChecks (Handle< DebugInfo > debug_info) |
|
void | ClearSideEffectChecks (Handle< DebugInfo > debug_info) |
|
bool | PerformSideEffectCheck (Handle< JSFunction > function, Handle< Object > receiver) |
|
bool | PerformSideEffectCheckForCallback (Handle< Object > callback_info, Handle< Object > receiver, AccessorKind accessor_kind) |
|
bool | PerformSideEffectCheckAtBytecode (InterpretedFrame *frame) |
|
bool | PerformSideEffectCheckForObject (Handle< Object > object) |
|
bool | is_active () const |
|
bool | in_debug_scope () const |
|
bool | needs_check_on_function_call () const |
|
void | set_break_points_active (bool v) |
|
bool | break_points_active () const |
|
StackFrame::Id | break_frame_id () |
|
Handle< Object > | return_value_handle () |
|
Object * | return_value () |
|
void | set_return_value (Object *value) |
|
Address | is_active_address () |
|
Address | hook_on_function_call_address () |
|
Address | suspended_generator_address () |
|
Address | restart_fp_address () |
|
bool | will_restart () const |
|
StepAction | last_step_action () |
|
bool | break_on_next_function_call () const |
|
DebugFeatureTracker * | feature_tracker () |
|
void | RemoveBreakInfoAndMaybeFree (Handle< DebugInfo > debug_info) |
|
Definition at line 217 of file debug.h.