Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger-agent-impl.h162 bool isFunctionBlackboxed(const String16& scriptId,
Dv8-debugger-agent-impl.cc834 bool V8DebuggerAgentImpl::isFunctionBlackboxed(const String16& scriptId, in isFunctionBlackboxed() function in v8_inspector::V8DebuggerAgentImpl
1740 bool isBlackboxed = isFunctionBlackboxed( in setScriptInstrumentationBreakpointIfNeeded()
Dv8-debugger.cc574 allBlackboxed &= agent->isFunctionBlackboxed(scriptId, start, end); in IsFunctionBlackboxed()