0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/message
Ruben Bridgewater be577615c8
module: inline try catch
Moving `try / catch` into separate functions is not necessary
anymore due to V8 optimizations.

PR-URL: https://github.com/nodejs/node/pull/26970
Refs: https://github.com/nodejs/node/pull/25362
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2019-04-04 13:03:27 +02:00
..
2100bytes.js
2100bytes.out
assert_throws_stack.js
assert_throws_stack.out module: inline try catch 2019-04-04 13:03:27 +02:00
console_low_stack_space.js
console_low_stack_space.out
console.js console: fix trace function 2019-03-21 22:55:12 +01:00
console.out module: inline try catch 2019-04-04 13:03:27 +02:00
core_line_numbers.js
core_line_numbers.out module: inline try catch 2019-04-04 13:03:27 +02:00
error_exit.js
error_exit.out module: inline try catch 2019-04-04 13:03:27 +02:00
esm_display_syntax_error_import_module.mjs esm: phase two of new esm implementation 2019-03-27 15:52:11 -04:00
esm_display_syntax_error_import_module.out esm: phase two of new esm implementation 2019-03-27 15:52:11 -04:00
esm_display_syntax_error_import.mjs esm: phase two of new esm implementation 2019-03-27 15:52:11 -04:00
esm_display_syntax_error_import.out esm: phase two of new esm implementation 2019-03-27 15:52:11 -04:00
esm_display_syntax_error_module.mjs esm: phase two of new esm implementation 2019-03-27 15:52:11 -04:00
esm_display_syntax_error_module.out esm: phase two of new esm implementation 2019-03-27 15:52:11 -04:00
esm_display_syntax_error.mjs
esm_display_syntax_error.out esm: phase two of new esm implementation 2019-03-27 15:52:11 -04:00
eval_messages.js
eval_messages.out process: split execution into main scripts 2019-01-30 21:03:17 +08:00
events_unhandled_error_common_trace.js
events_unhandled_error_common_trace.out module: inline try catch 2019-04-04 13:03:27 +02:00
events_unhandled_error_nexttick.js
events_unhandled_error_nexttick.out module: inline try catch 2019-04-04 13:03:27 +02:00
events_unhandled_error_sameline.js
events_unhandled_error_sameline.out module: inline try catch 2019-04-04 13:03:27 +02:00
hello_world.js
hello_world.out
if-error-has-good-stack.js
if-error-has-good-stack.out module: inline try catch 2019-04-04 13:03:27 +02:00
max_tick_depth.js
max_tick_depth.out
message.status
nexttick_throw.js
nexttick_throw.out process: refactor global.queueMicrotask() 2019-03-11 06:11:12 +01:00
stack_overflow.js
stack_overflow.out
stdin_messages.js
stdin_messages.out test: fix tests after V8 update 2019-03-14 18:51:27 +01:00
testcfg.py test: prepare test/message/testcfg.py for Python 3 2018-12-06 19:21:30 -08:00
throw_custom_error.js benchmark,doc,lib: capitalize more comments 2019-03-27 17:20:06 +01:00
throw_custom_error.out
throw_error_with_getter_throw.js src: handle errors while printing error objects 2019-02-03 20:37:52 +01:00
throw_error_with_getter_throw.out src: handle errors while printing error objects 2019-02-03 20:37:52 +01:00
throw_in_line_with_tabs.js benchmark,doc,lib,test: capitalize comments 2019-03-10 00:44:40 +01:00
throw_in_line_with_tabs.out
throw_non_error.js benchmark,doc,lib: capitalize more comments 2019-03-27 17:20:06 +01:00
throw_non_error.out
throw_null.js
throw_null.out
throw_undefined.js
throw_undefined.out
timeout_throw.js
timeout_throw.out timers: refactor timer callback initialization 2019-03-19 04:25:23 +08:00
undefined_reference_in_new_context.js
undefined_reference_in_new_context.out module: inline try catch 2019-04-04 13:03:27 +02:00
unhandled_promise_trace_warnings.js
unhandled_promise_trace_warnings.out module: inline try catch 2019-04-04 13:03:27 +02:00
util_inspect_error.js
util_inspect_error.out module: inline try catch 2019-04-04 13:03:27 +02:00
v8_warning.js benchmark,doc,lib,test: capitalize comments 2019-03-10 00:44:40 +01:00
v8_warning.out src: emit warnings from V8 2018-11-16 09:16:15 -06:00
vm_caught_custom_runtime_error.js
vm_caught_custom_runtime_error.out
vm_display_runtime_error.js
vm_display_runtime_error.out module: inline try catch 2019-04-04 13:03:27 +02:00
vm_display_syntax_error.js
vm_display_syntax_error.out module: inline try catch 2019-04-04 13:03:27 +02:00
vm_dont_display_runtime_error.js
vm_dont_display_runtime_error.out module: inline try catch 2019-04-04 13:03:27 +02:00
vm_dont_display_syntax_error.js
vm_dont_display_syntax_error.out module: inline try catch 2019-04-04 13:03:27 +02:00