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

Function check

deps/v8/test/mjsunit/modules-skip-init3.mjs:19–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17assertThrows(() => z = 666, TypeError);
18
19export function check() {
20 assertEquals({value: 40, done: true}, v().next());
21 assertEquals(41, w);
22 assertEquals(42, x);
23 assertEquals("y", y.name);
24 assertEquals("hello world", z);
25 return true;
26}

Callers

nothing calls this directly

Calls 3

vFunction · 0.90
nextMethod · 0.65
assertEqualsFunction · 0.50

Tested by

no test coverage detected