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

Function isStringObject

codebase/sources/dhtmlxscheduler.js:1446–1448  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

1444 }
1445 }
1446 function isStringObject(obj) {
1447 return obj && typeof obj === "object" && Function.prototype.toString.call(obj.constructor) === "function String() { [native code] }";
1448 }
1449 function isNumberObject(obj) {
1450 return obj && typeof obj === "object" && Function.prototype.toString.call(obj.constructor) === "function Number() { [native code] }";
1451 }

Callers 1

dhtmlxscheduler.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected