Home
last modified time | relevance | path

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

/third_party/node/lib/internal/util/
Dcomparisons.js39 isStringObject,
107 if (isStringObject(val1)) {
108 return isStringObject(val2) &&
Dinspect.js116 isStringObject,
1053 } else if (isStringObject(value)) {
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util.js480 this.isStringObject = function (...args) { method
/third_party/node/doc/api/
Dutil.md1870 ### `util.types.isStringObject(value)`
1882 util.types.isStringObject('foo'); // Returns false
1883 util.types.isStringObject(new String('foo')); // Returns true