Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DRemoteObject.js74 return new WebInspector.LocalJSONObject(value);
671 WebInspector.LocalJSONObject = function(value) class in WebInspector
676 WebInspector.LocalJSONObject.prototype = {
817 …return new WebInspector.RemoteObjectProperty(propName, new WebInspector.LocalJSONObject(this._valu…