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

/external/chromium_org/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;');
/external/clang/test/SemaCXX/
H A Dtypo-correction-pt2.cpp166 struct evil { struct in namespace:PR17019
167 evil(F de) { // expected-note {{'de' declared here}} function in struct:PR17019::evil
171 ~evil() {
177 evil<int> Q(0); // expected-note {{in instantiation of member function}}

Completed in 465 milliseconds