Lines Matching full:debug_
2107 : debug_(debug),
2109 save_(debug_->isolate_),
2110 no_termination_exceptons_(debug_->isolate_,
2113 base::NoBarrier_Store(&debug_->thread_local_.current_debug_scope_,
2117 break_id_ = debug_->break_id();
2118 break_frame_id_ = debug_->break_frame_id();
2124 debug_->thread_local_.break_frame_id_ = has_js_frames ? it.frame()->id()
2126 debug_->SetNextBreakId();
2128 debug_->UpdateState();
2131 failed_ = !debug_->is_loaded();
2142 if (!isolate()->has_pending_exception()) debug_->ClearMirrorCache();
2146 if (debug_->has_commands()) isolate()->stack_guard()->RequestDebugCommand();
2150 base::NoBarrier_Store(&debug_->thread_local_.current_debug_scope_,
2154 debug_->thread_local_.break_frame_id_ = break_frame_id_;
2155 debug_->thread_local_.break_id_ = break_id_;
2157 debug_->UpdateState();