Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.70
asm-wasm-stack.js
File · 0.70
type-reflection.js
File · 0.70
math-log2-log10.js
File · 0.50
constructor
Method · 0.50
math-hyperbolic.js
File · 0.50
test_id
Function · 0.50
assertThrowsOrEquals
Function · 0.50
constant-folding-float64.js
File · 0.50
regress-383999269.js
File · 0.50
testTrace
Function · 0.50
promiseTestTrace
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected