Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ seal
Function
seal
deps/v8/test/webkit/preventExtensions.js:52–56 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
50
}
51
52
function
seal(obj)
53
{
54
Object.seal(obj);
55
return
obj;
56
}
57
58
function
freeze(obj)
59
{
Callers
1
preventExtensions.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected