Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
DObjectProxy.js67 WebInspector.ObjectPropertyProxy = function(name, value) class in WebInspector
DScopeChainSidebarPane.js63 … extraProperties = [ new WebInspector.ObjectPropertyProxy("this", scopeObjectProxy.thisObject) ];
DEventListenersSidebarPane.js197 properties.push(new WebInspector.ObjectPropertyProxy(propertyName, value));
DWatchExpressionsSidebarPane.js103 var property = new WebInspector.ObjectPropertyProxy(expression, result);
/external/webkit/WebKit/chromium/src/js/
DDebuggerAgent.js1096 …result.push(new WebInspector.ObjectPropertyProxy("__proto__", devtools.DebuggerAgent.formatObjectP…
1097 …result.push(new WebInspector.ObjectPropertyProxy("constructor", devtools.DebuggerAgent.formatObjec…
1118 var propertyProxy = new WebInspector.ObjectPropertyProxy(name, value);
/external/webkit/WebCore/
DChangeLog-2010-01-2966652 (WebInspector.ObjectPropertyProxy):
72018 (WebInspector.ObjectPropertyProxy):