Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
function
Assign(o, x) {
170
o.a = x;
171
};
172
%PrepareFunctionForOptimization(Assign);
173
function
AssignStrict(o, x) {
174
"use strict"
;
Callers
2
TestAllScenarios
Function · 0.70
object-define-property.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected