Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
DInjectedScript.js1112 return callFrame.scopeChain[objectId.chainIndex];
1178 …Proxy = InjectedScript.createProxyObject(scopeObject, { callFrame: this.id, chainIndex: i }, true); property