MCPcopy Index your code
hub / github.com/prototypejs/prototype / isUndefinedOrNull

Function isUndefinedOrNull

test/unit/static/js/proclaim.js:335–337  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

333
334 // Utility for checking whether a value is undefined or null
335 function isUndefinedOrNull (val) {
336 return (val === null || typeof val === 'undefined');
337 }
338
339 // Utility for checking whether a value is an arguments object
340 function isArgumentsObject (val) {

Callers 3

proclaim.jsFile · 0.85
objectsEqualFunction · 0.85
objectsEqualFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected