Searched refs:step_timeout (Results 1 – 8 of 8) sorted by relevance
/third_party/node/test/fixtures/wpt/html/webappapis/timers/ |
D | missing-timeout-setinterval.any.js | 2 t.step_timeout(function() { 4 t.step_timeout(function() {
|
/third_party/node/test/fixtures/wpt/resources/ |
D | SVGAnimationTestCase-testharness.js | 69 step_timeout(t.step_func(function () { sampleAnimation(t); }), 0); 82 step_timeout(t.step_func(function () { sampleAnimation(this); }), 50);
|
D | testharness.js | 802 function step_timeout(f, t) { function 818 expose(step_timeout, 'step_timeout'); 1648 Test.prototype.step_timeout = function(f, timeout) { method in Test
|
/third_party/node/test/fixtures/wpt/hr-time/ |
D | basic.any.js | 22 this.step_timeout(function() {
|
/third_party/node/test/fixtures/wpt/FileAPI/url/ |
D | url-reload.window.js | 23 t.step_timeout(() => {
|
/third_party/node/test/fixtures/wpt/encoding/streams/ |
D | backpressure.any.js | 16 const microtasksRun = () => new Promise(resolve => step_timeout(resolve, 0));
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 5598 + await new Promise(resolve => test.step_timeout(resolve, 100)); 5763 + await new Promise((resolve, reject) => { t.step_timeout(resolve, 1500); }); 6026 + await new Promise(resolve => t.step_timeout(resolve, 2000));
|
D | 0003-ohos-1115.patch | 78913 + await new Promise(resolve => test.step_timeout(resolve, 100)); 79019 + await new Promise(r => test.step_timeout(r, /*ms=*/500));
|