MCPcopy Index your code
hub / github.com/caolan/nodeunit / isUndefinedOrNull

Function isUndefinedOrNull

examples/browser/nodeunit.js:1309–1311  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1307}
1308
1309function isUndefinedOrNull (value) {
1310 return value === null || value === undefined;
1311}
1312
1313function isArguments (object) {
1314 return Object.prototype.toString.call(object) == '[object Arguments]';

Callers 1

objEquivFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…