Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dinjected-script-source.js506 _substituteObjectTagsInCustomPreview: function(objectGroupName, jsonMLObject) argument
514 if (!isArrayLike(jsonMLObject))
517 if (jsonMLObject[0] === "object") {
518 var attributes = jsonMLObject[1];
524jsonMLObject[1] = this._wrapObject(originObject, objectGroupName, false, false, null, false, false…
528 for (var i = 0; i < jsonMLObject.length; ++i)
529 this._substituteObjectTagsInCustomPreview(objectGroupName, jsonMLObject[i]);