MCPcopy 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
30function runner(f, expected) {
31 assertEquals(expected, f.call(this));
32}
33
34function test(n) {
35 function MyFunction() {

Callers 3

testFunction · 0.70
loadWithHooksFunction · 0.50
resolveWithHooksFunction · 0.50

Calls 2

assertEqualsFunction · 0.50
callMethod · 0.45

Tested by 1

testFunction · 0.56