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

Function fun

deps/v8/test/mjsunit/wasm/export-identity.js:19–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17(function TestReExportOfJS() {
18 print(arguments.callee.name);
19 function fun() { return 7 }
20 let exported = createExport(fun);
21 assertNotSame(exported, fun);
22 assertEquals(7, exported());

Callers 14

export-identity.jsFile · 0.70
asm-wasm-stack.jsFile · 0.70
type-reflection.jsFile · 0.70
math-log2-log10.jsFile · 0.50
constructorMethod · 0.50
math-hyperbolic.jsFile · 0.50
test_idFunction · 0.50
assertThrowsOrEqualsFunction · 0.50
testTraceFunction · 0.50
promiseTestTraceFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected