Home
last modified time | relevance | path

Searched refs:IsDebugGlobal (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/debug/
Ddebug.h439 bool IsDebugGlobal(JSGlobalObject* global);
Ddebug.cc1424 bool Debug::IsDebugGlobal(JSGlobalObject* global) { in IsDebugGlobal() function in v8::internal::Debug
2073 if (IsDebugGlobal(global)) return; in HandleDebugBreak()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc2129 is_debug_object = heap_->isolate()->debug()->IsDebugGlobal(global); in SetGcSubrootReference()