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

/external/v8/benchmarks/
H A Ddeltablue.js110 Strength.weaker = function (s1, s2) {
115 return this.weaker(s1, s2) ? s1 : s2;
367 if (Strength.weaker(this.v1.walkStrength, this.v2.walkStrength)) {
577 * the constraint is successful, it may override a weaker constraint
792 * chain. In case 2, the added constraint is weaker than the stay
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-deltablue.js104 Strength.weaker = function (s1, s2) {
109 return this.weaker(s1, s2) ? s1 : s2;
361 if (Strength.weaker(this.v1.walkStrength, this.v2.walkStrength)) {
571 * the constraint is successful, it may override a weaker constraint
786 * chain. In case 2, the added constraint is weaker than the stay
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-deltablue.js104 Strength.weaker = function (s1, s2) {
109 return this.weaker(s1, s2) ? s1 : s2;
361 if (Strength.weaker(this.v1.walkStrength, this.v2.walkStrength)) {
571 * the constraint is successful, it may override a weaker constraint
786 * chain. In case 2, the added constraint is weaker than the stay
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-deltablue.js104 Strength.weaker = function (s1, s2) {
109 return this.weaker(s1, s2) ? s1 : s2;
361 if (Strength.weaker(this.v1.walkStrength, this.v2.walkStrength)) {
571 * the constraint is successful, it may override a weaker constraint
786 * chain. In case 2, the added constraint is weaker than the stay

Completed in 48 milliseconds