Home
last modified time | relevance | path

Searched refs:clearTimeout (Results 1 - 25 of 62) sorted by relevance

123

/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
H A DsetTimeout-js.cpp49 * clearTimeout (native JavaScript function)
55 DECLARE_GLOBAL_FUNCTION(clearTimeout) { in DECLARE_GLOBAL_FUNCTION()
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/
H A Dtimers.js73 // This stores all the known timer async ids to allow users to clearTimeout and
97 // clearTimeout that makes it clear that the list should not be deleted.
186 function clearTimeout(timer) { function
247 // clearTimeout and clearInterval can be used to clear timers created from
250 clearTimeout(timer);
254 clearTimeout(this);
259 clearTimeout(this);
351 clearTimeout,
367 'timers.unenroll() is deprecated. Please use clearTimeout instead.',
/third_party/node/deps/undici/src/lib/
H A Dtimers.js45 clearTimeout(fastNowTimeout)
90 clearTimeout (timeout) {
94 clearTimeout(timeout)
/third_party/node/lib/internal/test_runner/mock/
H A Dmock_timers.js85 #clearTimeout = FunctionPrototypeBind(this.#clearTimer, this);
230 clearFn: FunctionPrototypeBind(this.#clearTimeout, this),
246 globalThis.clearTimeout = this.#clearTimeout;
249 nodeTimers.clearTimeout = this.#clearTimeout;
368 'clearTimeout',
378 'clearTimeout',
441 'clearTimeout',
449 'clearTimeout',
[all...]
/third_party/node/benchmark/timers/
H A Dtimers-cancel-unpooled.js20 clearTimeout(timersList[j]);
24 clearTimeout(timersList[j]);
H A Dtimers-cancel-pooled.js16 clearTimeout(timer);
23 clearTimeout(timer);
H A Dtimers-insert-unpooled.js26 clearTimeout(timersList[j]);
/third_party/node/test/parallel/
H A Dtest-gc-net-timeout.js16 clearTimeout(timer);
19 clearTimeout(timer);
H A Dtest-stream2-base64-single-char-read-end.js49 clearTimeout(timeout);
H A Dtest-timers-zero-timeout.js45 if (--ncalled === 0) clearTimeout(iv);
H A Dtest-fs-read-stream-fd-leak.js54 clearTimeout(this);
H A Dtest-timers-max-duration-warning.js27 clearTimeout(timeout);
H A Dtest-pipe-file-to-http.js50 clearTimeout(timeoutId);
/third_party/node/lib/internal/main/
H A Dwatch_mode.js24 const { setTimeout, clearTimeout } = require('timers');
84 clearTimeout(graceTimer);
90 clearTimeout(graceTimer);
/third_party/node/lib/internal/readline/
H A DemitKeypressEvents.js17 const { clearTimeout, setTimeout } = require('timers');
50 clearTimeout(timeoutId);
/third_party/node/lib/internal/repl/
H A Dhistory.js18 const { clearTimeout, setTimeout } = require('timers');
124 clearTimeout(timer);
/third_party/node/deps/npm/node_modules/retry/lib/
H A Dretry_operation.js32 clearTimeout(this._timeout);
41 clearTimeout(this._timeout);
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/
H A DsetTimeout-js.h21 DECLARE_GLOBAL_FUNCTION(clearTimeout); variable
H A Dlib_drivers.h34 REGISTER_GLOBAL_FUNCTION(clearTimeout); in DECLARE_JS_WRAPPER_REGISTRATION()
/third_party/node/lib/timers/
H A Dpromises.js20 clearTimeout,
84 timeout, clearTimeout, reject, signal);
/third_party/node/test/sequential/
H A Dtest-next-tick-error-spin.js36 clearTimeout(timer);
/third_party/node/lib/internal/
H A Dstream_base_commons.js29 const { clearTimeout } = require('timers');
248 clearTimeout(this[kTimeout]);
/third_party/node/test/pummel/
H A Dtest-tls-throttle.js69 clearTimeout(timeout);
/third_party/node/deps/v8/tools/link_clicker.extension/
H A Dcontent.js60 clearTimeout(timeoutId);
/third_party/node/test/common/wpt/
H A Dworker.js54 clearTimeout(timeout);

Completed in 4 milliseconds

123