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

Function Symbol

deps/v8/test/mjsunit/object-seal.js:466–470  ·  view source on GitHub ↗
("test"));
if(!%IsUndefinedDoubleEnabled())

Source from the content-addressed store, hash-verified

464
465// Verify after transition from preventExtensions
466obj = new Array(undefined, null, 1, -1, 'a', Symbol("test"));
467if(!%IsUndefinedDoubleEnabled()) {
468 // TODO(385155404): Consider reenabling when we can transition back to packed.
469 assertTrue(%HasPackedElements(obj));
470}
471Object.preventExtensions(obj);
472Object.seal(obj);
473testPackedSealedArray1(obj);

Callers 15

double-equals.jsFile · 0.70
object-keys.jsFile · 0.70
object-freeze.jsFile · 0.70
testPackedFrozenArray1Function · 0.70
assertTrueFunction · 0.70
TestTransferFailsFunction · 0.70
messages.jsFile · 0.70

Calls 1

assertTrueFunction · 0.70

Tested by 1

testFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…