Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ fooPreventExtensions
Function
fooPreventExtensions
deps/v8/test/mjsunit/compiler/array-subclass.js:26–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
25
// Non-extensible
26
function
fooPreventExtensions() {
return
Object.preventExtensions(foo()); }
27
test(fooPreventExtensions);
28
29
// Sealed
Callers
nothing calls this directly
Calls
1
foo
Function · 0.70
Tested by
no test coverage detected