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

Method assign

deps/v8/test/mjsunit/harmony/private-accessors.js:139–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137 lhsObject.property.#foo += rhs();
138 }
139 static assign() {
140 lhsObject.property.#foo = lhsObject.property.#foo + rhs();
141 }
142 }
143 objectCount = 0;
144 operations = [];

Callers 15

runNPMPackageTestsFunction · 0.80
testEnvCleanup.jsFile · 0.80
test_null.jsFile · 0.80
expectFunction · 0.80
runFunction · 0.80
extendFunction · 0.80
errorWithEAGAINFunction · 0.80

Calls 1

rhsFunction · 0.85

Tested by 2

testFunction · 0.64
testFunction · 0.64