Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger-agent-impl.cc467 JavaScriptCallFrame* topCallFrame) { in shouldSkipExceptionPause() argument
469 if (isCallFrameWithUnknownScriptOrBlackboxed(topCallFrame)) in shouldSkipExceptionPause()
475 JavaScriptCallFrame* topCallFrame) { in shouldSkipStepPause() argument
483 if (!isCallFrameWithUnknownScriptOrBlackboxed(topCallFrame)) in shouldSkipStepPause()
1090 JavaScriptCallFrame* topCallFrame = in didPause() local
1100 result = shouldSkipExceptionPause(topCallFrame); in didPause()
1103 result = shouldSkipStepPause(topCallFrame); in didPause()
1110 if (!topCallFrame) return RequestContinue; in didPause()
Dv8-debugger-agent-impl.h151 SkipPauseRequest shouldSkipExceptionPause(JavaScriptCallFrame* topCallFrame);
152 SkipPauseRequest shouldSkipStepPause(JavaScriptCallFrame* topCallFrame);