MCPcopy 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
64function preventExtensions(obj)
65{
66 Object.preventExtensions(obj);
67 return obj;
68}
69
70function inextensible(){}
71function sealed(){}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected