0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-22 07:37:56 +01:00
nodejs/test/message
Domenic Denicola fd3657610e vm: update API to use options argument
Passing a filename is still supported in place of certain options
arguments, for backward-compatibility, but timeout and display-errors
are not translated since those were undocumented.

Also managed to eliminate an extra stack trace line by not calling
through the `createScript` export.

Added a few message tests to show how `displayErrors` works.
2013-08-28 22:27:24 -07:00
..
2100bytes.js
2100bytes.out
error_exit.js
error_exit.out test: Fix message/error_exit 2013-04-05 11:32:33 -07:00
eval_messages.js
eval_messages.out vm: update API to use options argument 2013-08-28 22:27:24 -07:00
hello_world.js
hello_world.out
max_tick_depth.js
max_tick_depth.out process: remove maxTickDepth from _tickCallback 2013-05-30 09:30:19 -07:00
nexttick_throw.js
nexttick_throw.out
stack_overflow.js util: Add debuglog, deprecate console lookalikes 2013-05-21 16:39:50 -07:00
stack_overflow.out
stdin_messages.js
stdin_messages.out vm: update API to use options argument 2013-08-28 22:27:24 -07:00
testcfg.py
throw_custom_error.js util: Add debuglog, deprecate console lookalikes 2013-05-21 16:39:50 -07:00
throw_custom_error.out
throw_in_line_with_tabs.js util: Add debuglog, deprecate console lookalikes 2013-05-21 16:39:50 -07:00
throw_in_line_with_tabs.out
throw_non_error.js util: Add debuglog, deprecate console lookalikes 2013-05-21 16:39:50 -07:00
throw_non_error.out
timeout_throw.js
timeout_throw.out test: update tests after internal api change 2013-08-15 22:20:15 +02:00
undefined_reference_in_new_context.js vm, core, module: re-do vm to fix known issues 2013-08-21 15:52:23 -07:00
undefined_reference_in_new_context.out vm, core, module: re-do vm to fix known issues 2013-08-21 15:52:23 -07:00
vm_display_runtime_error.js vm: update API to use options argument 2013-08-28 22:27:24 -07:00
vm_display_runtime_error.out vm: update API to use options argument 2013-08-28 22:27:24 -07:00
vm_display_syntax_error.js vm: update API to use options argument 2013-08-28 22:27:24 -07:00
vm_display_syntax_error.out vm: update API to use options argument 2013-08-28 22:27:24 -07:00
vm_dont_display_runtime_error.js vm: update API to use options argument 2013-08-28 22:27:24 -07:00
vm_dont_display_runtime_error.out vm: update API to use options argument 2013-08-28 22:27:24 -07:00
vm_dont_display_syntax_error.js vm: update API to use options argument 2013-08-28 22:27:24 -07:00
vm_dont_display_syntax_error.out vm: update API to use options argument 2013-08-28 22:27:24 -07:00