0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/message
Anatoli Papirovski 2930bd1317
src: refactor timers to remove TimerWrap
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>
2018-06-24 21:35:05 -07:00
..
2100bytes.js
2100bytes.out
assert_throws_stack.js
assert_throws_stack.out assert: make sure throws is able to handle primitives 2018-05-10 14:14:23 +02:00
console_low_stack_space.js test: remove untested knownGlobals 2018-05-19 17:55:54 +02:00
console_low_stack_space.out
core_line_numbers.js
core_line_numbers.out
error_exit.js
error_exit.out assert: improve default error messages 2018-04-14 10:43:43 -07:00
esm_display_syntax_error_import_module.mjs
esm_display_syntax_error_import_module.out
esm_display_syntax_error_import.mjs
esm_display_syntax_error_import.out
esm_display_syntax_error_module.mjs
esm_display_syntax_error_module.out
esm_display_syntax_error.mjs
esm_display_syntax_error.out
eval_messages.js
eval_messages.out
events_unhandled_error_common_trace.js
events_unhandled_error_common_trace.out
events_unhandled_error_nexttick.js
events_unhandled_error_nexttick.out
events_unhandled_error_sameline.js
events_unhandled_error_sameline.out
hello_world.js
hello_world.out
if-error-has-good-stack.js
if-error-has-good-stack.out
max_tick_depth.js
max_tick_depth.out
message.status
nexttick_throw.js
nexttick_throw.out
stack_overflow.js
stack_overflow.out
stdin_messages.js
stdin_messages.out
testcfg.py
throw_custom_error.js
throw_custom_error.out
throw_in_line_with_tabs.js
throw_in_line_with_tabs.out
throw_non_error.js
throw_non_error.out
throw_null.js
throw_null.out
throw_undefined.js
throw_undefined.out
timeout_throw.js
timeout_throw.out src: refactor timers to remove TimerWrap 2018-06-24 21:35:05 -07:00
undefined_reference_in_new_context.js
undefined_reference_in_new_context.out
unhandled_promise_trace_warnings.js
unhandled_promise_trace_warnings.out
util_inspect_error.js util: fix inspected stack indentation 2018-05-21 17:38:16 +02:00
util_inspect_error.out util: fix inspected stack indentation 2018-05-21 17:38:16 +02:00
vm_caught_custom_runtime_error.js
vm_caught_custom_runtime_error.out
vm_display_runtime_error.js
vm_display_runtime_error.out
vm_display_syntax_error.js
vm_display_syntax_error.out
vm_dont_display_runtime_error.js
vm_dont_display_runtime_error.out
vm_dont_display_syntax_error.js
vm_dont_display_syntax_error.out