MCPcopy Create free account
hub / github.com/nodejs/node / shouldBeNaN

Function shouldBeNaN

deps/v8/test/webkit/resources/standalone-pre.js:125–125  ·  view source on GitHub ↗
(_a)

Source from the content-addressed store, hash-verified

123function shouldBeTrue(_a) { shouldBe(_a, "true"); }
124function shouldBeFalse(_a) { shouldBe(_a, "false"); }
125function shouldBeNaN(_a) { shouldBe(_a, "NaN"); }
126function shouldBeNull(_a) { shouldBe(_a, "null"); }
127
128function shouldBeEqualToString(a, b)

Callers 4

testDateParseFunction · 0.50
char-at.jsFile · 0.50
mod-by-zero.jsFile · 0.50

Calls 1

shouldBeFunction · 0.70

Tested by

no test coverage detected