MCPcopy 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
58function freeze(obj)
59{
60 Object.freeze(obj);
61 return obj;
62}
63
64function preventExtensions(obj)
65{

Callers 2

TestSealAndFreezeFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected