Searched refs:__sequence (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Dosr-elements-kind.js99 var __sequence = 0; variable
101 this.__sequence = this.__sequence + 1;
102 return "/* " + this.__sequence + " */ [0, 0, 0];"
H A Delements-transition.js33 var __sequence = 0; variable
35 this.__sequence = this.__sequence + 1;
36 return "/* " + this.__sequence + " */ new Array(" + length + ");";
H A Dopt-elements-kind.js95 var __sequence = 0; variable
97 this.__sequence = this.__sequence + 1;
98 return "/* " + this.__sequence + " */ [0, 0, 0];"
H A Darray-natives-elements.js44 var __sequence = 0;
46 this.__sequence = this.__sequence + 1;
47 return "/* " + this.__sequence + " */ " + literal;
H A Delements-kind.js205 var __sequence = 0; variable
207 this.__sequence = this.__sequence + 1;
208 return "/* " + this.__sequence + " */ [0, 0, 0];"

Completed in 145 milliseconds