Searched defs:gee (Results 1 - 4 of 4) sorted by relevance

/external/v8/test/mjsunit/regress/
H A Dregress-1106.js49 x.gee = function() { return 42; }
50 function g() { return gee(); }
H A Dregress-1254366.js28 function gee() {}; function
31 var z = this.vvv = gee;
36 assertEquals(gee, a.findOrStore());
37 assertEquals(gee, a.findOrStore());
/external/v8/test/mjsunit/compiler/
H A Dregress-funcaller.js35 if (x == 1) return gee.caller;
38 function gee(x) { return this.f(x); } function
41 A.prototype.g = gee;
49 assertEquals(gee, o.g(0));
63 assertEquals(gee, hej(0));
77 assertEquals(gee, from_eval(0));
H A Dregress-funarguments.js37 if (x == 2) return gee["arg" + "uments"];
41 function gee(x) { return this.f(2 - x, "f"); } function
52 A.prototype.g = gee;

Completed in 281 milliseconds