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

Function shouldBeFalse

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

Source from the content-addressed store, hash-verified

122
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

Calls 1

shouldBeFunction · 0.70

Tested by 1

testFunction · 0.40