Searched refs:isPrimitiveValue (Results 1 – 1 of 1) sorted by relevance
220 isPrimitiveValue: function(object) method in InjectedScript563 if (this.isPrimitiveValue(obj))583 if (this.isPrimitiveValue(obj))676 … return this.isPrimitiveValue(value) ? toStringDescription(value) : (this._describe(value) || "");712 if (injectedScript.isPrimitiveValue(object) || object === null || forceValueType) {