Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ call
Function
call
deps/v8/test/mjsunit/megamorphic-callbacks.js:36–38 ·
view source on GitHub ↗
(o)
Source
from the content-addressed store, hash-verified
34
};
35
36
function
call(o) {
37
return
o.f();
38
};
39
40
// Create a slow-case object (with hashed properties).
41
var
o = { x: 42, f:
function
() { }, z: 100 };
Callers
11
megamorphic-callbacks.js
File · 0.70
test.js
File · 0.50
loop_variables_source_expected.js
File · 0.50
large_loops.js
File · 0.50
try_catch_permissive_expected.js
File · 0.50
try_catch_toplevel_expected.js
File · 0.50
try_catch_expected.js
File · 0.50
try_catch_alternate_expected.js
File · 0.50
try_catch.js
File · 0.50
try_catch_nothing_expected.js
File · 0.50
loop_variables.js
File · 0.50
Calls
1
f
Method · 0.45
Tested by
no test coverage detected