Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ runner
Function
runner
deps/v8/test/mjsunit/closures.js:30–32 ·
view source on GitHub ↗
(f, expected)
Source
from the content-addressed store, hash-verified
28
// Flags: --allow-natives-syntax
29
30
function
runner(f, expected) {
31
assertEquals(expected, f.call(this));
32
}
33
34
function
test(n) {
35
function
MyFunction() {
Callers
3
test
Function · 0.70
loadWithHooks
Function · 0.50
resolveWithHooks
Function · 0.50
Calls
2
assertEquals
Function · 0.50
call
Method · 0.45
Tested by
1
test
Function · 0.56