mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
2930bd1317
Refactor Timers to behave more similarly to Immediates by having a single uv_timer_t handle which is stored on the Environment. No longer expose timers in a public binding and instead make it part of the internalBinding. PR-URL: https://github.com/nodejs/node/pull/20894 Fixes: https://github.com/nodejs/node/issues/10154 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Gus Caplan <me@gus.host>
10 lines
341 B
Plaintext
10 lines
341 B
Plaintext
*test*message*timeout_throw.js:*
|
|
undefined_reference_error_maker;
|
|
^
|
|
ReferenceError: undefined_reference_error_maker is not defined
|
|
at Timeout._onTimeout (*test*message*timeout_throw.js:*:*)
|
|
at ontimeout (timers.js:*:*)
|
|
at tryOnTimeout (timers.js:*:*)
|
|
at listOnTimeout (timers.js:*:*)
|
|
at processTimers (timers.js:*:*)
|