HomeSort by relevance Sort by last modified time
    Searched defs:stay (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/test/mjsunit/tools/
profile.js 95 ProfileTestDriver.prototype.stay = function() {
111 this.stay();
115 this.stay();
122 this.stay();
131 this.stay();
167 Driver.prototype.stay = function() {
170 Driver.superClass_.stay.call(this);
174 assertEquals(preTopDownNodes, postTopDownNodes, 'stay/topDown');
175 assertEquals(preBottomUpNodes, postBottomUpNodes, 'stay/bottomUp');
261 Driver.prototype.stay = function()
    [all...]
  /external/v8/test/mjsunit/tools/
profile.js 95 ProfileTestDriver.prototype.stay = function() {
111 this.stay();
115 this.stay();
122 this.stay();
131 this.stay();
167 Driver.prototype.stay = function() {
170 Driver.superClass_.stay.call(this);
174 assertEquals(preTopDownNodes, postTopDownNodes, 'stay/topDown');
175 assertEquals(preBottomUpNodes, postBottomUpNodes, 'stay/bottomUp');
261 Driver.prototype.stay = function()
    [all...]

Completed in 427 milliseconds