Searched refs:scopeObject (Results 1 – 2 of 2) sorted by relevance
64 … var scopeObject = DebuggerScript._buildScopeObject(scopeDetails.type(), scopeDetails.object());65 if (!scopeObject)69 object: scopeObject,92 … var scopeObject = DebuggerScript._buildScopeObject(scopeDetails.type(), scopeDetails.object());93 if (!scopeObject)97 object: scopeObject,289 var scopeObject = DebuggerScript._buildScopeObject(scopeTypes[i], scopeObjects[i]);290 if (scopeObject) {293 scopeChain[j] = scopeObject;457 DebuggerScript._buildScopeObject = function(scopeType, scopeObject) argument[all …]
2225 ScopeMirror.prototype.scopeObject = function() { method in ScopeMirror