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

Function d

deps/v8/test/mjsunit/compiler/optimized-for-in.js:63–70  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

61
62// Check that we deoptimize to the place after side effect in the right state.
63function d(t) {
64 var result = [];
65 var o;
66 for (var i in (o = t())) {
67 result.push([i, o[i]]);
68 }
69 return result;
70}
71
72// Check that we correctly deoptimize on map check inserted for fused load.
73function e(t) {

Callers

nothing calls this directly

Calls 2

tFunction · 0.50
pushMethod · 0.45

Tested by

no test coverage detected