Searched refs:needsStepIn (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
D | Script.js | 188 var needsStepIn = !!debugData && debugData["stack_update_needs_step_in"] === true; 189 callback(error, errorData, callFrames, asyncStackTrace, needsStepIn);
|
D | DebuggerModel.js | 396 …function(scriptId, newSource, callback, error, errorData, callFrames, asyncStackTrace, needsStepIn) argument 398 if (needsStepIn) {
|