Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dinjected-script-source.js74 function toStringDescription(obj) function
702 … return this.isPrimitiveValue(value) ? toStringDescription(value) : (this._describe(value) || "");
749 this.description = toStringDescription(object);
764 this.description = toStringDescription(object);
869 description: this.description || toStringDescription(this.value),
1023 var valueString = type === "string" ? value : toStringDescription(value);