Home | History | Annotate | Download | only in js

Lines Matching refs:prototype

70 devtools.InspectorBackendImpl.prototype.__proto__ = WebInspector.InspectorBackendStub.prototype;
76 devtools.InspectorBackendImpl.prototype.toggleNodeSearch = function()
78 WebInspector.InspectorBackendStub.prototype.toggleNodeSearch.call(this);
90 devtools.InspectorBackendImpl.prototype.debuggerEnabled = function()
99 devtools.InspectorBackendImpl.prototype.profilerEnabled = function()
105 devtools.InspectorBackendImpl.prototype.addBreakpoint = function(sourceID, line, condition)
111 devtools.InspectorBackendImpl.prototype.removeBreakpoint = function(sourceID, line)
116 devtools.InspectorBackendImpl.prototype.updateBreakpoint = function(sourceID, line, condition)
121 devtools.InspectorBackendImpl.prototype.pauseInDebugger = function()
127 devtools.InspectorBackendImpl.prototype.resumeDebugger = function()
133 devtools.InspectorBackendImpl.prototype.stepIntoStatementInDebugger = function()
139 devtools.InspectorBackendImpl.prototype.stepOutOfFunctionInDebugger = function()
145 devtools.InspectorBackendImpl.prototype.stepOverStatementInDebugger = function()
153 devtools.InspectorBackendImpl.prototype.setPauseOnExceptionsState = function(state)
164 devtools.InspectorBackendImpl.prototype.pauseOnExceptionsState = function()
172 devtools.InspectorBackendImpl.prototype.pauseOnExceptions = function()
181 devtools.InspectorBackendImpl.prototype.setPauseOnExceptions = function(value)
190 devtools.InspectorBackendImpl.prototype.startProfiling = function()
199 devtools.InspectorBackendImpl.prototype.stopProfiling = function()
208 devtools.InspectorBackendImpl.prototype.getProfileHeaders = function(callId)
218 devtools.InspectorBackendImpl.prototype.addFullProfile = function(profile)
228 devtools.InspectorBackendImpl.prototype.getProfile = function(callId, uid)
238 devtools.InspectorBackendImpl.prototype.takeHeapSnapshot = function()
249 devtools.InspectorBackendImpl.prototype.dispatchOnInjectedScript = function(callId, injectedScriptId, methodName, argsString, async)
262 devtools.InspectorBackendImpl.prototype.installInspectorControllerDelegate_ = function(methodName)
272 devtools.InspectorBackendImpl.prototype.callInspectorController_ = function(methodName, var_arg)
274 var args = Array.prototype.slice.call(arguments, 1);