MCPcopy Create free account
hub / github.com/nodejs/node / store

Function store

deps/v8/test/mjsunit/megamorphic-callbacks.js:32–34  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

30};
31
32function store(o) {
33 o.y = 42;
34};
35
36function call(o) {
37 return o.f();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected