Searched refs:LocalJSONObject (Results 1 – 2 of 2) sorted by relevance
153 return new WebInspector.LocalJSONObject(value);803 WebInspector.LocalJSONObject = function(value) class in WebInspector809 WebInspector.LocalJSONObject.prototype = {950 …return new WebInspector.RemoteObjectProperty(propName, new WebInspector.LocalJSONObject(this._valu…
167 var localObject = new WebInspector.LocalJSONObject(value);