MCPcopy Create free account
hub / github.com/NVlabs/SPADE / isUndefined

Function isUndefined

docs/lib.js:205–208  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

203// MISC CLEANING-AFTER-MICROSOFT STUFF
204
205function isUndefined(v) {
206 var undef;
207 return v===undef;
208}
209

Callers 2

getElementsByClassFunction · 0.85
raw_popupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected