Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dinjected-script-source.js511 _substituteObjectTagsInCustomPreview: function(objectGroupName, jsonMLObject) argument
519 if (!isArrayLike(jsonMLObject))
522 if (jsonMLObject[0] === "object") {
523 var attributes = jsonMLObject[1];
529jsonMLObject[1] = this._wrapObject(originObject, objectGroupName, false, false, null, false, false…
533 for (var i = 0; i < jsonMLObject.length; ++i)
534 this._substituteObjectTagsInCustomPreview(objectGroupName, jsonMLObject[i]);