Searched refs:execState (Results 1 – 1 of 1) sorted by relevance
147 DebuggerScript.setBreakpoint = function(execState, info) argument162 DebuggerScript.removeBreakpoint = function(execState, info) argument172 DebuggerScript.currentCallFrames = function(execState, limit) argument175 for (var i = 0; i < execState.frameCount() && (!limit || i < limit); ++i)176 frames.push(DebuggerScript._frameMirrorToJSCallFrame(execState.frame(i)));222 DebuggerScript.clearBreakpoints = function(execState) argument231 DebuggerScript.setBreakpointsActivated = function(execState, info) argument