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

Function test2

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

Source from the content-addressed store, hash-verified

34}
35
36function test2() {
37 var a = Array();
38 assertTrue(%HasSmiOrObjectElements(a));
39 assertFalse(%HasHoleyElements(a));
40}
41
42function test3() {
43 var a = Array(1,2,3,4,5,6,7);

Callers 4

mod-range.jsFile · 0.70
arguments-deopt.jsFile · 0.70
testFunction · 0.70

Calls 3

ArrayFunction · 0.85
assertTrueFunction · 0.70
assertFalseFunction · 0.50

Tested by 1

testFunction · 0.56