Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ func
Function
func
deps/v8/test/mjsunit/object-freeze.js:257–260 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
255
256
// Freezing arguments should work
257
var
func =
function
(arg) {
258
Object.freeze(arguments);
259
assertTrue(Object.isFrozen(arguments));
260
};
261
func(
'hello'
,
'world'
);
262
func(
'goodbye'
,
'world'
);
263
Callers
1
object-freeze.js
File · 0.70
Calls
1
assertTrue
Function · 0.70
Tested by
no test coverage detected