Searched refs:IsDebugGlobal (Results 1 – 3 of 3) sorted by relevance
489 bool IsDebugGlobal(JSGlobalObject* global);
1637 bool Debug::IsDebugGlobal(JSGlobalObject* global) { in IsDebugGlobal() function in v8::internal::Debug2223 if (IsDebugGlobal(global)) return; in HandleDebugBreak()
2090 is_debug_object = heap_->isolate()->debug()->IsDebugGlobal(global); in SetGcSubrootReference()