Searched refs:DebugScope (Results 1 – 4 of 4) sorted by relevance
31 class DebugScope; variable541 friend class DebugScope; variable554 class DebugScope BASE_EMBEDDED {556 explicit DebugScope(Debug* debug);557 ~DebugScope();563 DebugScope* prev_; // Previous scope if entered recursively.
365 DebugScope debug_scope(this); in RestoreDebug()419 DebugScope debug_scope(this); in Break()546 DebugScope debug_scope(this); in IsMutedAtCurrentLocation()1739 DebugScope debug_scope(this); in OnException()1838 DebugScope debug_scope(this); in SetScriptSource()1866 DebugScope debug_scope(this); in ProcessCompileEvent()1961 DebugScope debug_scope(this); in HandleDebugBreak()2006 DebugScope::DebugScope(Debug* debug) in DebugScope() function in v8::internal::DebugScope2008 prev_(reinterpret_cast<DebugScope*>( in DebugScope()2029 DebugScope::~DebugScope() { in ~DebugScope()
300 DebugScope debug_scope(isolate_->debug()); in NotifyDebugEventListeners()
420 DebugScope debug_scope(isolate->debug()); in RUNTIME_FUNCTION()