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

Function test

deps/v8/tools/clusterfuzz/js_fuzzer/resources/chakra_stubs.js:7–11  ·  view source on GitHub ↗
(fun)

Source from the content-addressed store, hash-verified

5// WasmSpec tests in the chakra testsuite use a lot of test(() => ...)
6// patterns.
7function test(fun) {
8 try {
9 fun();
10 } catch(e) {}
11}

Callers

nothing calls this directly

Calls 1

funFunction · 0.50

Tested by

no test coverage detected