Home
last modified time | relevance | path

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

1234567

/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-api-refs.js8 delete global.clearTimeout;
14 const timeoutCallback = () => { timers.clearTimeout(timeout); };
Dtest-timers-next-tick.js13 clearTimeout(t2);
14 clearTimeout(t3);
Dtest-gc-net-timeout.js13 clearTimeout(timer);
16 clearTimeout(timer);
Dtest-http-outgoing-end-cork.js65 clearTimeout(timeout); // Cancel rejection timeout.
91 clearTimeout(testTimeout);
Dtest-timers-clear-object-does-not-throw-error.js7 clearTimeout({});
Dtest-timers-clear-timeout-interval-equivalent.js14 clearTimeout(interval);
/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/test/pummel/
Dtest-timers.js46 clearTimeout(id);
128 clearTimeout(y);
130 clearTimeout(y);
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dtimers.js11 clearTimeout(this.handle);
61 clearTimeout(this.handle);
66 clearTimeout(this.handle);
/third_party/node/lib/
Dtimers.js184 function clearTimeout(timer) { function
248 clearTimeout(timer);
252 clearTimeout(this);
340 clearTimeout, property
/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/deps/npm/node_modules/lockfile/test/
Dretry-time.js51 clearTimeout(timer)
66 clearTimeout(timer)
/third_party/typescript/src/server/
Dutilities.ts20 this.host.clearTimeout(pendingTimeout);
32 this.host.clearTimeout(pendingTimeout);
/third_party/node/deps/npm/node_modules/promise-retry/node_modules/retry/lib/
Dretry_operation.js24 clearTimeout(this._timeout);
33 clearTimeout(this._timeout);
/third_party/node/deps/npm/node_modules/agent-base/
Dindex.js120 clearTimeout(timeout);
129 clearTimeout(timeout);
/third_party/node/deps/npm/node_modules/socks-proxy-agent/node_modules/agent-base/
Dindex.js120 clearTimeout(timeout);
129 clearTimeout(timeout);
/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/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/
DsetTimeout-js.h21 DECLARE_GLOBAL_FUNCTION(clearTimeout);
/third_party/jsframework/runtime/main/app/
Dbundle.ts192 clearTimeout: (n) => {
193 timer.clearTimeout(n);
/third_party/node/test/addons/heap-profiler/
Dtest.js14 clearTimeout(timer);

1234567