node/test/message
Trevor Norris 0bba590283 bindings: update api
All compile time warnings about using deprecated APIs have been
suppressed by updating node's API. Though there are still many function
calls that can accept Isolate, and still need to be updated.

node_isolate had to be added as an extern variable in node.h and
node_object_wrap.h

Also a couple small fixes for Error handling.

Before v8 3.16.6 the error stack message was lazily written when it was
needed, which allowed you to change the message after instantiation.
Then the stack would be written with the new message the first time it
was accessed. Though that has changed. Now it creates the stack message
on instantiation. So setting a different message afterwards won't be
displayed.

This is not a complete fix for the problem. Getting error without any
message isn't very useful.
2013-03-20 01:11:01 +01:00
..
2100bytes.js Remove separation of libuv tests 2011-11-02 16:38:59 -07:00
2100bytes.out Fix message tests 2010-06-19 17:41:34 -07:00
error_exit.js node: emit 'exit' when exiting with error 2012-12-29 16:53:23 -08:00
error_exit.out bindings: update api 2013-03-20 01:11:01 +01:00
eval_messages.js Report errors properly from --eval and stdin 2012-07-30 08:21:39 -07:00
eval_messages.out test-message: fix message output 2012-08-05 13:53:31 -07:00
hello_world.js Remove separation of libuv tests 2011-11-02 16:38:59 -07:00
hello_world.out Add message tests 2010-06-18 18:14:06 -07:00
max_tick_depth.js Print warning when maxTickDepth is reached 2012-10-29 10:53:39 -07:00
max_tick_depth.out core: Remove the nextTick for running the main file 2013-02-27 16:29:36 -08:00
max_tick_depth_trace.js Print warning when maxTickDepth is reached 2012-10-29 10:53:39 -07:00
max_tick_depth_trace.out process: separate nextTick domain logic 2013-02-27 16:37:10 -08:00
nexttick_throw.js test-message: Add setTimeout and nextTick message tests 2012-12-29 10:37:31 -08:00
nexttick_throw.out core: Remove the nextTick for running the main file 2013-02-27 16:29:36 -08:00
stack_overflow.js bindings: update api 2013-03-20 01:11:01 +01:00
stack_overflow.out bindings: update api 2013-03-20 01:11:01 +01:00
stdin_messages.js test: stdin error messages 2012-08-02 08:11:18 -07:00
stdin_messages.out Revert "Move MakeCallback to JS" 2013-02-15 18:13:01 -08:00
testcfg.py test-message: fix message output 2012-08-05 13:53:31 -07:00
throw_custom_error.js Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00
throw_custom_error.out Merge remote-tracking branch 'ry/v0.6' into v0.6-merge 2012-05-09 15:12:13 -07:00
throw_in_line_with_tabs.js Check for tabs in source line in DisplayExceptionLine 2012-05-21 18:30:16 +02:00
throw_in_line_with_tabs.out tests: make all message tests pass on Windows 2012-06-13 03:02:53 +02:00
throw_non_error.js Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00
throw_non_error.out tests: make all message tests pass on Windows 2012-06-13 03:02:53 +02:00
timeout_throw.js test-message: Add setTimeout and nextTick message tests 2012-12-29 10:37:31 -08:00
timeout_throw.out Revert "Move MakeCallback to JS" 2013-02-15 18:13:01 -08:00
undefined_reference_in_new_context.js node: emit 'exit' when exiting with error 2012-12-29 16:53:23 -08:00
undefined_reference_in_new_context.out core: Remove the nextTick for running the main file 2013-02-27 16:29:36 -08:00