MCPcopy 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
36function call(o) {
37 return o.f();
38};
39
40// Create a slow-case object (with hashed properties).
41var o = { x: 42, f: function() { }, z: 100 };

Calls 1

fMethod · 0.45

Tested by

no test coverage detected