Home
last modified time | relevance | path

Searched refs:clearTimeout (Results 1 – 25 of 136) sorted by relevance

123456

/third_party/node/test/parallel/
Dtest-timers-to-primitive.js14 clearTimeout(+timeout);
21 clearTimeout(id);
28 clearTimeout(id);
Dtest-timers-clear-null-does-not-throw-error.js8 clearTimeout(null);
9 clearTimeout();
Dtest-timers-same-timeout-wrong-list-deleted.js18 clearTimeout(handle1);
28 clearTimeout(handle2);
Dtest-timers-next-tick.js13 clearTimeout(t2);
14 clearTimeout(t3);
Dtest-timers-api-refs.js8 delete global.clearTimeout;
14 const timeoutCallback = () => { timers.clearTimeout(timeout); };
Dtest-gc-net-timeout.js16 clearTimeout(timer);
19 clearTimeout(timer);
Dtest-net-server-async-dispose.mjs14 clearTimeout(timeoutRef);
27 clearTimeout(timeoutRef);
Dtest-http-outgoing-end-cork.js65 clearTimeout(timeout); // Cancel rejection timeout.
91 clearTimeout(testTimeout);
/third_party/node/lib/
Dtimers.js186 function clearTimeout(timer) { function
250 clearTimeout(timer);
254 clearTimeout(this);
259 clearTimeout(this);
351 clearTimeout, property
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
DsetTimeout-js.cpp55 DECLARE_GLOBAL_FUNCTION(clearTimeout) { in DECLARE_GLOBAL_FUNCTION() argument
56 CHECK_ARGUMENT_COUNT(global, clearTimeout, (args_count == 1)); in DECLARE_GLOBAL_FUNCTION()
57 CHECK_ARGUMENT_TYPE_ALWAYS(global, clearTimeout, 0, number); in DECLARE_GLOBAL_FUNCTION()
/third_party/node/lib/internal/test_runner/mock/
Dmock_timers.js85 #clearTimeout = FunctionPrototypeBind(this.#clearTimer, this); field in MockTimers
230 clearFn: FunctionPrototypeBind(this.#clearTimeout, this),
246 globalThis.clearTimeout = this.#clearTimeout;
249 nodeTimers.clearTimeout = this.#clearTimeout;
/third_party/node/deps/undici/src/lib/
Dtimers.js45 clearTimeout(fastNowTimeout)
90 clearTimeout (timeout) { method
94 clearTimeout(timeout)
/third_party/node/test/pummel/
Dtest-timers.js46 clearTimeout(id);
128 clearTimeout(y);
130 clearTimeout(y);
/third_party/node/lib/internal/main/
Dwatch_mode.js24 const { setTimeout, clearTimeout } = require('timers');
84 clearTimeout(graceTimer);
90 clearTimeout(graceTimer);
/third_party/node/benchmark/timers/
Dtimers-cancel-pooled.js16 clearTimeout(timer);
23 clearTimeout(timer);
Dtimers-cancel-unpooled.js20 clearTimeout(timersList[j]);
24 clearTimeout(timersList[j]);
/third_party/node/lib/internal/readline/
DemitKeypressEvents.js17 const { clearTimeout, setTimeout } = require('timers');
50 clearTimeout(timeoutId);
/third_party/typescript/src/webServer/
DwebServer.ts160 clearTimeout: handle => clearTimeout(handle),
162 clearImmediate: handle => clearTimeout(handle),
/third_party/typescript/src/server/
Dutilities.ts20 this.host.clearTimeout(pendingTimeout);
32 this.host.clearTimeout(pendingTimeout);
/third_party/node/deps/npm/node_modules/retry/lib/
Dretry_operation.js32 clearTimeout(this._timeout);
41 clearTimeout(this._timeout);
/third_party/node/lib/internal/repl/
Dhistory.js18 const { clearTimeout, setTimeout } = require('timers');
124 clearTimeout(timer);
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
Dchunked.js107 clearTimeout(searchTimeout);
116 clearTimeout(searchTimeout);
/third_party/jsframework/runtime/main/app/
Dbundle.ts192 clearTimeout: (n) => {
193 timer.clearTimeout(n);
/third_party/node/deps/npm/node_modules/@npmcli/agent/lib/
Dagents.js185 clearTimeout(responseTimeout)
196 clearTimeout(transferTimeout)
/third_party/node/lib/timers/
Dpromises.js20 clearTimeout,
84 timeout, clearTimeout, reject, signal);

123456