MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / isStringObject

Function isStringObject

codebase/sources/dhtmlxscheduler.es.js:1442–1444  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

1440 }
1441}
1442function isStringObject(obj) {
1443 return obj && typeof obj === "object" && Function.prototype.toString.call(obj.constructor) === "function String() { [native code] }";
1444}
1445function isNumberObject(obj) {
1446 return obj && typeof obj === "object" && Function.prototype.toString.call(obj.constructor) === "function Number() { [native code] }";
1447}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected