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

Function test1

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

Source from the content-addressed store, hash-verified

28// Flags: --allow-natives-syntax
29
30function test1() {
31 var a = Array(8);
32 assertTrue(%HasSmiOrObjectElements(a));
33 assertTrue(%HasHoleyElements(a));
34}
35
36function test2() {
37 var a = Array();

Callers 2

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

Calls 2

ArrayFunction · 0.85
assertTrueFunction · 0.70

Tested by

no test coverage detected