MCPcopy Create free account
hub / github.com/nodejs/node / test3

Function test3

deps/v8/test/mjsunit/packed-elements.js:42–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42function test3() {
43 var a = Array(1,2,3,4,5,6,7);
44 assertTrue(%HasSmiOrObjectElements(a));
45 assertFalse(%HasHoleyElements(a));
46}
47
48function test4() {
49 var a = [1, 2, 3, 4];

Callers 1

arguments-deopt.jsFile · 0.70

Calls 3

ArrayFunction · 0.85
assertTrueFunction · 0.70
assertFalseFunction · 0.50

Tested by

no test coverage detected