Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
Object.defineProperty(o,
"x"
, {get:
function
(){count++;
return
100}});
33
34
function
load(o, o2) {
35
return
1 + (o.x, o2.x_tagged);
36
}
37
38
var
deopt = false;
39
var
o2 = {x_tagged:{}};
Callers
15
ic-megadom.js
File · 0.70
array-prototype-map-elements-kinds-dict.js
File · 0.70
array-prototype-map-elements-kinds.js
File · 0.70
array-sort.js
File · 0.70
ic-migrated-map-update-when-deprecated.js
File · 0.70
ic-megadom-2.js
File · 0.70
ic-megadom-3.js
File · 0.70
ic-migrated-map-add-when-uninitialized.js
File · 0.70
regress-393408781.js
File · 0.70
load_poly_effect.js
File · 0.70
make_polymorphic_load_function
Function · 0.70
testPolymorphicLoads
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected