Searched defs:DebuggerScript (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DDebuggerScript.js33 var DebuggerScript = {};
35 DebuggerScript.PauseOnExceptionsState = {
41 DebuggerScript._pauseOnExceptionsState = DebuggerScript.PauseOnExceptionsState.DontPauseOnExceptions;
45 DebuggerScript.getAfterCompileScript = function(eventData)
47 return DebuggerScript._formatScript(eventData.script_.script_);
50 DebuggerScript.getWorkerScripts = function()
60 result.push(DebuggerScript._formatScript(script));
65 DebuggerScript.getFunctionScopes = function(fun)
76 object: DebuggerScript
[all...]

Completed in 23 milliseconds