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

Function load

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

Source from the content-addressed store, hash-verified

26// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
28function load(o) {
29 return o.x;
30};
31
32function store(o) {
33 o.y = 42;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected