Searched defs:computed_6 (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
H A Dunbox-double-arrays.js68 function computed_6() {
78 assertEquals(value_6, a[computed_6()]); // Test non-constant key
88 assertEquals(value_6, a[computed_6()]); // Test non-constant key
98 assertEquals(value_6, a[computed_6()]); // Test non-constant key
108 assertEquals(value_6, a[computed_6()]); // Test non-constant key
121 assertEquals(value_6, a[computed_6()]); // Test non-constant key
132 assertEquals(value_6, a[computed_6()]); // Test non-constant key
142 assertEquals(value_6, a[computed_6()]); // Test non-constant key
151 a[computed_6()] = value_6;

Completed in 56 milliseconds