Home
last modified time | relevance | path

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

/external/v8/src/
Dexecution.cc631 if (Debug::IsDebugGlobal(global)) { in DebugBreakHelper()
Ddebug.h266 static bool IsDebugGlobal(GlobalObject* global);
Ddebug.cc1649 bool Debug::IsDebugGlobal(GlobalObject* global) { in IsDebugGlobal() function in v8::internal::Debug