Searched refs:testThrows (Results 1 - 6 of 6) sorted by relevance

/external/v8/test/mjsunit/compiler/
H A Dglobal-delete.js15 function testThrows(f) { function
31 testThrows(f1);
45 testThrows(f2);
59 testThrows(f3);
73 testThrows(f4);
H A Dglobal-var-delete.js15 function testThrows(f) { function
/external/v8/test/mjsunit/
H A Dglobal-infinity-strict.js16 function testThrows(f) { function
80 testThrows(function() { Infinity = 111; });
112 testThrows(k1);
121 testThrows(k4);
124 testThrows(k5);
127 testThrows(k6);
133 testThrows(k8);
136 testThrows(k9);
H A Dglobal-nan-strict.js16 function testThrows(f) { function
80 testThrows(function() { NaN = 111; });
112 testThrows(k1);
121 testThrows(k4);
124 testThrows(k5);
127 testThrows(k6);
133 testThrows(k8);
136 testThrows(k9);
H A Dglobal-undefined-strict.js16 function testThrows(f) { function
78 testThrows(function() { undefined = 111; });
139 testThrows(m1);
148 testThrows(m4);
151 testThrows(m5);
154 testThrows(m6);
160 testThrows(m8);
163 testThrows(m9);
H A Dglobal-undefined.js15 function testThrows(f) { function
140 testThrows(m1);
143 testThrows(m2);
146 testThrows(m3);
149 testThrows(m4);

Completed in 195 milliseconds