Home | History | Annotate | Download | only in debug

Lines Matching full:stack_guard

1856   isolate_->stack_guard()->ClearDebugCommand();
2029 if (!in_debug_scope()) isolate_->stack_guard()->RequestDebugCommand();
2078 bool debug_command_only = isolate_->stack_guard()->CheckDebugCommand() &&
2079 !isolate_->stack_guard()->CheckDebugBreak();
2081 isolate_->stack_guard()->ClearDebugBreak();
2091 isolate_->stack_guard()->ClearDebugCommand();
2146 if (debug_->has_commands()) isolate()->stack_guard()->RequestDebugCommand();