MCPcopy Create free account
hub / github.com/GNOME/gjs / assertNotUndefined

Function assertNotUndefined

modules/script/jsUnit.js:144–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142}
143
144function assertNotUndefined() {
145 _validateArguments(1, arguments);
146 var aVar=nonCommentArg(1, 1, arguments);
147 _assert(commentArg(1, arguments), aVar !== top.JSUNIT_UNDEFINED_VALUE, 'Expected not to be undefined');
148}
149
150function assertNaN() {
151 _validateArguments(1, arguments);

Callers

nothing calls this directly

Calls 4

_validateArgumentsFunction · 0.85
nonCommentArgFunction · 0.85
_assertFunction · 0.85
commentArgFunction · 0.85

Tested by

no test coverage detected