Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ freeze
Function
freeze
deps/v8/test/webkit/preventExtensions.js:58–62 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
56
}
57
58
function
freeze(obj)
59
{
60
Object.freeze(obj);
61
return
obj;
62
}
63
64
function
preventExtensions(obj)
65
{
Callers
2
preventExtensions.js
File · 0.70
TestSealAndFreeze
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected