mirror of
https://github.com/nodejs/node.git
synced 2024-11-22 07:37:56 +01:00
70d1f32f56
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> |
||
---|---|---|
.. | ||
2100bytes.js | ||
2100bytes.out | ||
error_exit.js | ||
error_exit.out | ||
eval_messages.js | ||
eval_messages.out | ||
hello_world.js | ||
hello_world.out | ||
max_tick_depth.js | ||
max_tick_depth.out | ||
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 | ||
undefined_reference_in_new_context.js | ||
undefined_reference_in_new_context.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 |