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

Function testNotEqual

deps/v8/test/mjsunit/double-equals.js:41–46  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

39}
40
41function testNotEqual(a, b) {
42 assertFalse(a == b);
43 assertFalse(b == a);
44 assertTrue(a != b);
45 assertTrue(b != a);
46}
47
48// Object where ToPrimitive returns value.
49function Wrapper(value) {

Callers 1

double-equals.jsFile · 0.85

Calls 2

assertTrueFunction · 0.70
assertFalseFunction · 0.50

Tested by

no test coverage detected