Searched refs:scopeRef (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
D | RuntimeModel.js | 108 createScopeRemoteObject: function(payload, scopeRef) argument 110 …return new WebInspector.ScopeRemoteObject(this.target(), payload.objectId, scopeRef, payload.type,…
|
D | RemoteObject.js | 668 WebInspector.ScopeRemoteObject = function(target, objectId, scopeRef, type, subtype, value, descrip… argument 671 this._scopeRef = scopeRef;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
D | ObjectPropertiesSection.js | 671 … var scopeRef = new WebInspector.ScopeRef(i, undefined, this._remoteObject.objectId); 672 var remoteObject = runtimeModel.createScopeRemoteObject(scope.object, scopeRef);
|