Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ preventExtensions
Function
preventExtensions
deps/v8/test/webkit/preventExtensions.js:64–68 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
62
}
63
64
function
preventExtensions(obj)
65
{
66
Object.preventExtensions(obj);
67
return
obj;
68
}
69
70
function
inextensible(){}
71
function
sealed(){}
Callers
1
preventExtensions.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected