Home
last modified time | relevance | path

Searched refs:scopeRef (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DRemoteObject.js485 WebInspector.ScopeRemoteObject = function(objectId, scopeRef, type, subtype, value, description, pr… argument
488 this._scopeRef = scopeRef;
497 WebInspector.ScopeRemoteObject.fromPayload = function(payload, scopeRef) argument
499 if (scopeRef)
500 …return new WebInspector.ScopeRemoteObject(payload.objectId, scopeRef, payload.type, payload.subtyp…
DScopeChainSidebarPane.js121 …var scopeRef = declarativeScope ? new WebInspector.ScopeRef(i, callFrame.id, undefined) : undefine…
122 var scopeObject = WebInspector.ScopeRemoteObject.fromPayload(scope.object, scopeRef);
DObjectPropertiesSection.js637 …var scopeRef = isTrueObject ? undefined : new WebInspector.ScopeRef(i, undefined, this._remoteObje…
638 … var remoteObject = WebInspector.ScopeRemoteObject.fromPayload(scope.object, scopeRef);