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

/external/v8/test/mjsunit/regress/
H A Dregress-1624-strict.js32 var evil = eval; variable
43 evil('"use strict"; var no_touch = 2;');
55 evil('var no_touch = 4;');
73 evil('"use strict"; var no_touch = 6;');
93 evil('var no_touch = 8;');
115 evil('"use strict"; var no_touch = 10;');
137 evil('var no_touch = 12;');
H A Dregress-1624.js31 var evil = eval; variable
42 evil('"use strict"; var no_touch = 2;');
54 evil('var no_touch = 4;');
72 evil('"use strict"; var no_touch = 6;');
92 evil('var no_touch = 8;');
114 evil('"use strict"; var no_touch = 10;');
136 evil('var no_touch = 12;');

Completed in 58 milliseconds