Searched refs:StepAction (Results 1 – 6 of 6) sorted by relevance
34 enum StepAction : int8_t { enum219 void OnDebugBreak(Handle<FixedArray> break_points_hit, StepAction stepAction,272 void PrepareStep(StepAction step_action);391 StepAction last_step_action() { return thread_local_.last_step_action_; } in last_step_action()540 StepAction last_step_action_;
519 StepAction lastStepAction = last_step_action(); in Break()539 StepAction step_action = last_step_action(); in Break()594 StepAction lastStepAction = last_step_action(); in Break()1171 void Debug::PrepareStep(StepAction step_action) { in PrepareStep()2246 StepAction lastStepAction, in OnDebugBreak()2264 if ((lastStepAction == StepAction::StepOver || in OnDebugBreak()2265 lastStepAction == StepAction::StepInto) && in OnDebugBreak()2280 if (lastStepAction != StepAction::StepNone) in OnDebugBreak()2529 StepAction lastStepAction = last_step_action(); in HandleDebugBreak()
116 enum StepAction { enum137 void PrepareStep(Isolate* isolate, StepAction action);
308 void PrepareStep(Isolate* v8_isolate, StepAction action) { in PrepareStep()315 isolate->debug()->PrepareStep(static_cast<i::StepAction>(action)); in PrepareStep()
605 StepAction step_action = isolate->debug()->last_step_action(); in RUNTIME_FUNCTION()618 StepAction step_action = isolate->debug()->last_step_action(); in RUNTIME_FUNCTION()
375 debug::StepAction::StepInto); in PrepareStep()