Searched refs:StayConstraint (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-deltablue.js287 function StayConstraint(v, str) { function
288 StayConstraint.superConstructor.call(this, v, str);
291 StayConstraint.inherits(UnaryConstraint); class
293 StayConstraint.prototype.execute = function () {
806 new StayConstraint(last, Strength.STRONG_DEFAULT);
836 new StayConstraint(src, Strength.NORMAL);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-deltablue.js287 function StayConstraint(v, str) { function
288 StayConstraint.superConstructor.call(this, v, str);
291 StayConstraint.inheritsFrom(UnaryConstraint); class
293 StayConstraint.prototype.execute = function () {
806 new StayConstraint(last, Strength.STRONG_DEFAULT);
836 new StayConstraint(src, Strength.NORMAL);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-deltablue.js287 function StayConstraint(v, str) { function
288 StayConstraint.superConstructor.call(this, v, str);
291 StayConstraint.inheritsFrom(UnaryConstraint); class
293 StayConstraint.prototype.execute = function () {
806 new StayConstraint(last, Strength.STRONG_DEFAULT);
836 new StayConstraint(src, Strength.NORMAL);
/external/chromium_org/v8/benchmarks/
H A Ddeltablue.js293 function StayConstraint(v, str) { function
294 StayConstraint.superConstructor.call(this, v, str);
297 StayConstraint.inheritsFrom(UnaryConstraint); class
299 StayConstraint.prototype.execute = function () {
812 new StayConstraint(last, Strength.STRONG_DEFAULT);
842 new StayConstraint(src, Strength.NORMAL);

Completed in 280 milliseconds