Home
last modified time | relevance | path

Searched refs:EventActive (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Ddebug.cc2481 if (!Debugger::EventActive(v8::Exception)) return; in OnException()
2526 if (!Debugger::EventActive(v8::Break)) return; in OnDebugBreak()
2557 if (!EventActive(v8::BeforeCompile)) return; in OnBeforeCompile()
2631 if (!Debugger::EventActive(v8::AfterCompile)) return; in OnAfterCompile()
2653 if (!Debugger::EventActive(v8::ScriptCollected)) return; in OnScriptCollected()
Ddebug.h794 inline bool EventActive(v8::DebugEvent event) { in EventActive() function