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

Function AssignStrict

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

Source from the content-addressed store, hash-verified

171};
172%PrepareFunctionForOptimization(Assign);
173function AssignStrict(o, x) {
174 "use strict";
175 o.a = x;
176};
177%PrepareFunctionForOptimization(AssignStrict);
178function TestAllModes(f) {
179 for (var strict = 0; strict < 2; ++strict) {

Callers 1

TestAllScenariosFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected