Searched refs:scopeObject (Results 1 – 3 of 3) sorted by relevance
90 assertEquals(this, scope.scopeObject().value());127 var property_mirror = scope.scopeObject().property(p);139 var scope_size = scope.scopeObject().properties().length;140 if (!scope.scopeObject().property('arguments').isUndefined()) {144 if (!scope.scopeObject().property('.catch-var').isUndefined()) {150 var names = scope.scopeObject().propertyNames();408 …assertEquals(exec_state.frame().scope(0).scopeObject(), exec_state.frame().scope(1).scopeObject());409 assertEquals(with_object, exec_state.frame().scope(1).scopeObject().value());
1177 var scopeObject = scopeChain[i];1178 …var scopeObjectProxy = InjectedScript.createProxyObject(scopeObject, { callFrame: this.id, chainIn…1180 if (InjectedScriptHost.isActivation(scopeObject)) {1187 } else if (foundLocalScope && scopeObject instanceof InjectedScript._window().Element)1189 else if (foundLocalScope && scopeObject instanceof InjectedScript._window().Document)
1700 ScopeMirror.prototype.scopeObject = function() { method in ScopeMirror2336 this.serializeValue(mirror.scopeObject()) :2337 this.serializeReference(mirror.scopeObject());