Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug.h279 bool IsDebugGlobal(GlobalObject* global);
Dexecution.cc845 if (isolate->debug()->IsDebugGlobal(global)) { in DebugBreakHelper()
Ddebug.cc2237 bool Debug::IsDebugGlobal(GlobalObject* global) { in IsDebugGlobal() function in v8::internal::Debug