MCPcopy Index your code
hub / github.com/nodejs/node / func

Function func

deps/v8/test/mjsunit/object-freeze.js:257–260  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

255
256// Freezing arguments should work
257var func = function(arg) {
258 Object.freeze(arguments);
259 assertTrue(Object.isFrozen(arguments));
260};
261func('hello', 'world');
262func('goodbye', 'world');
263

Callers 1

object-freeze.jsFile · 0.70

Calls 1

assertTrueFunction · 0.70

Tested by

no test coverage detected