MCPcopy 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
52function seal(obj)
53{
54 Object.seal(obj);
55 return obj;
56}
57
58function freeze(obj)
59{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected