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

Function Assign

deps/v8/test/mjsunit/readonly.js:169–171  ·  view source on GitHub ↗
(o, x)

Source from the content-addressed store, hash-verified

167// Different use scenarios.
168
169function Assign(o, x) {
170 o.a = x;
171};
172%PrepareFunctionForOptimization(Assign);
173function AssignStrict(o, x) {
174 "use strict";

Callers 2

TestAllScenariosFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected