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

Function assert_false

deps/v8/test/wasm-js/third_party/testharness.js:1136–1140  ·  view source on GitHub ↗
(actual, description)

Source from the content-addressed store, hash-verified

1134 expose(assert_true, "assert_true");
1135
1136 function assert_false(actual, description)
1137 {
1138 assert(actual === false, "assert_false", description,
1139 "expected false got ${actual}", {actual:actual});
1140 }
1141 expose(assert_false, "assert_false");
1142
1143 function same_value(x, y) {

Callers

nothing calls this directly

Calls 1

assertFunction · 0.70

Tested by

no test coverage detected