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

Function isBooleanObject

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

Source from the content-addressed store, hash-verified

1450 return obj && typeof obj === "object" && Function.prototype.toString.call(obj.constructor) === "function Number() { [native code] }";
1451 }
1452 function isBooleanObject(obj) {
1453 return obj && typeof obj === "object" && Function.prototype.toString.call(obj.constructor) === "function Boolean() { [native code] }";
1454 }
1455 function isDate$1(obj) {
1456 if (obj && typeof obj === "object") {
1457 return !!(obj.getFullYear && obj.getMonth && obj.getDate);

Callers 1

dhtmlxscheduler.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected