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

Function load

deps/v8/test/mjsunit/load_poly_effect.js:34–36  ·  view source on GitHub ↗
(o, o2)

Source from the content-addressed store, hash-verified

32Object.defineProperty(o, "x", {get:function(){count++;return 100}});
33
34function load(o, o2) {
35 return 1 + (o.x, o2.x_tagged);
36}
37
38var deopt = false;
39var o2 = {x_tagged:{}};

Calls

no outgoing calls

Tested by

no test coverage detected