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

Function expect

deps/v8/test/mjsunit/wasm/asm-wasm-expr.js:139–139  ·  view source on GitHub ↗
(module)

Source from the content-addressed store, hash-verified

137 }
138
139 function expect(module) { module.main(0, 0, 0); print(" ok"); return true; }
140}
141
142DoTheTests("(i32 | 0)", "i32 = 0", "void_func()");

Callers 10

RunAsmJsTestFunction · 0.70
RunAsmJsTestFunction · 0.70
doTestFunction · 0.70
RunAsmJsTestFunction · 0.70
RunAsmJsTestFunction · 0.70
RunAsmJsTestFunction · 0.70
RunAsmJsTestFunction · 0.70
RunAsmJsTestFunction · 0.70
__f_1Function · 0.50

Calls 2

printFunction · 0.50
mainMethod · 0.45

Tested by

no test coverage detected