Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DScript.js188 var needsStepIn = !!debugData && debugData["stack_update_needs_step_in"] === true;
189 callback(error, errorData, callFrames, asyncStackTrace, needsStepIn);
DDebuggerModel.js396 …function(scriptId, newSource, callback, error, errorData, callFrames, asyncStackTrace, needsStepIn) argument
398 if (needsStepIn) {