Searched refs:EventActive (Results 1 – 2 of 2) sorted by relevance
2481 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()
794 inline bool EventActive(v8::DebugEvent event) { in EventActive() function