Lines Matching refs:prototype

42 InjectedScriptHostClass.prototype.storageId = function(object) { }
43 InjectedScriptHostClass.prototype.getInternalProperties = function(object) { }
47 InjectedScriptHostClass.prototype.functionDetails = function(func) { }
51 InjectedScriptHostClass.prototype.isHTMLAllCollection = function(object) { }
55 InjectedScriptHostClass.prototype.internalConstructorName = function(object) { }
59 InjectedScriptHostClass.prototype.copyText = function(object) { }
60 InjectedScriptHostClass.prototype.clearConsoleMessages = function() { }
64 InjectedScriptHostClass.prototype.inspectedObject = function(index) { }
69 InjectedScriptHostClass.prototype.objectId = function(object) { }
73 InjectedScriptHostClass.prototype.releaseObjectId = function(object) { }
77 InjectedScriptHostClass.prototype.databaseId = function(object) { }
82 InjectedScriptHostClass.prototype.inspect = function(object, hints) { }
86 InjectedScriptHostClass.prototype.type = function(object) { }
90 InjectedScriptHostClass.prototype.getEventListeners = function(object) { }
94 InjectedScriptHostClass.prototype.evaluate = function(expression) { }
98 InjectedScriptHostClass.prototype.debugFunction = function(fn) { }
102 InjectedScriptHostClass.prototype.undebugFunction = function(fn) { }
106 InjectedScriptHostClass.prototype.monitorFunction = function(fn) { }
110 InjectedScriptHostClass.prototype.unmonitorFunction = function(fn) { }
118 InjectedScriptHostClass.prototype.setFunctionVariableValue = function(fun, scopeNumber, variableName, newValue) { }
147 JavaScriptCallFrame.prototype.scopeType = function(index) { }
149 JavaScriptCallFrame.prototype.restart = function() { }
156 JavaScriptCallFrame.prototype.setVariableValue = function(scopeNumber, variableName, newValue) {}
179 CallSite.prototype.getFileName = function() { }
183 CallSite.prototype.getLineNumber = function() { }
187 CallSite.prototype.getColumnNumber = function() { }