0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-22 07:37:56 +01:00
nodejs/test/message
Ben Noordhuis 70d1f32f56 deps: update v8 to 4.4.63.9
Upgrade the bundled V8 and update code in src/ and lib/ to the new API.

Notable backwards incompatible changes are the removal of the smalloc
module and dropped support for CESU-8 decoding.  CESU-8 support can be
brought back if necessary by doing UTF-8 decoding ourselves.

This commit includes https://codereview.chromium.org/1192973004 to fix
a build error on python 2.6 systems.  The original commit log follows:

    Use optparse in js2c.py for python compatibility

    Without this change, V8 won't build on RHEL/CentOS 6 because the
    distro python is too old to know about the argparse module.

PR-URL: https://github.com/nodejs/io.js/pull/2022
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
2015-08-04 11:56:14 -07:00
..
2100bytes.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
2100bytes.out
error_exit.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
error_exit.out deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
eval_messages.js test: remove stray copyright notices 2015-05-26 17:17:40 +02:00
eval_messages.out deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
hello_world.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
hello_world.out
max_tick_depth.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
max_tick_depth.out process: remove maxTickDepth from _tickCallback 2013-05-30 09:30:19 -07:00
nexttick_throw.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
nexttick_throw.out node: improve nextTick performance 2015-05-01 21:27:34 -04:00
stack_overflow.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
stack_overflow.out bindings: update api 2013-03-20 01:11:01 +01:00
stdin_messages.js test: remove stray copyright notices 2015-05-26 17:17:40 +02:00
stdin_messages.out deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
testcfg.py test: make test runner multi-arch/mode compatible 2014-10-16 22:39:34 +02:00
throw_custom_error.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
throw_custom_error.out test: enable linting for tests 2015-05-19 21:21:27 +02:00
throw_in_line_with_tabs.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
throw_in_line_with_tabs.out test: enable linting for tests 2015-05-19 21:21:27 +02:00
throw_non_error.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
throw_non_error.out test: enable linting for tests 2015-05-19 21:21:27 +02:00
throw_null.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
throw_null.out test: enable linting for tests 2015-05-19 21:21:27 +02:00
throw_undefined.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
throw_undefined.out deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
timeout_throw.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
timeout_throw.out test: update tests after internal api change 2013-08-15 22:20:15 +02:00
undefined_reference_in_new_context.js test: enable linting for tests 2015-05-19 21:21:27 +02: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 test: enable linting for tests 2015-05-19 21:21:27 +02:00
vm_display_runtime_error.out deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
vm_display_syntax_error.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
vm_display_syntax_error.out deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
vm_dont_display_runtime_error.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
vm_dont_display_runtime_error.out deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
vm_dont_display_syntax_error.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
vm_dont_display_syntax_error.out deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00