Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ Assign2
Function
Assign2
deps/v8/test/mjsunit/readonly.js:238–240 ·
view source on GitHub ↗
(o, x)
Source
from the content-addressed store, hash-verified
236
// Extra test forcing bailout.
237
238
function
Assign2(o, x) {
239
o.a = x;
240
};
241
%PrepareFunctionForOptimization(Assign2);
242
(
function
() {
243
var
p = CreateFromConstructor(Object.prototype)();
Callers
1
readonly.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected