HomeSort by relevance Sort by last modified time
    Searched refs:debugData (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Script.js 150 * @param {!Object=} debugData
153 function didEditScriptSource(error, errorData, callFrames, debugData, asyncStackTrace)
155 // FIXME: support debugData.stack_update_needs_step_in flag by calling WebInspector.debugger_model.callStackModified
158 var needsStepIn = !!debugData && debugData["stack_update_needs_step_in"] === true;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8PerContextData.cpp 187 static v8::Handle<v8::Value> debugData(v8::Handle<v8::Context> context)
201 if (!debugData(context)->IsUndefined())
204 v8::Handle<v8::Value> debugData = createDebugData(worldName, debugId, context->GetIsolate());
205 setDebugData(context, debugData);
212 v8::Handle<v8::Value> data = debugData(context);

Completed in 27 milliseconds