Home
last modified time | relevance | path

Searched refs:no_touch (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/mjsunit/regress/
Dregress-1624.js35 var no_touch = 0; variable
37 assertSame(0, no_touch);
41 var no_touch = 0;
43 assertSame(0, no_touch);
47 var no_touch = 0;
49 assertSame(3, no_touch);
53 var no_touch = 0;
55 assertSame(4, no_touch);
59 var no_touch = 0;
61 var no_touch = 0;
[all …]
Dregress-1624-strict.js36 var no_touch = 0; variable
38 assertSame(0, no_touch);
42 var no_touch = 0;
44 assertSame(0, no_touch);
48 var no_touch = 0;
50 assertSame(0, no_touch);
54 var no_touch = 0;
56 assertSame(4, no_touch);
60 var no_touch = 0;
62 var no_touch = 0;
[all …]