Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.cc601 int id, bool isBlackboxed) { in AsyncEventOccurred() argument
608 if (!isBlackboxed) asyncTaskCandidateForStepping(task); in AsyncEventOccurred()
612 if (!isBlackboxed) asyncTaskCandidateForStepping(task); in AsyncEventOccurred()
616 if (!isBlackboxed) asyncTaskCandidateForStepping(task); in AsyncEventOccurred()
Dv8-debugger.h199 bool isBlackboxed) override;
Dv8-debugger-agent-impl.cc1740 bool isBlackboxed = isFunctionBlackboxed( in setScriptInstrumentationBreakpointIfNeeded() local
1743 if (isBlackboxed) return; in setScriptInstrumentationBreakpointIfNeeded()