node/deps/v8/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
..
regress deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
class-constructor-accessor.js deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
class-constructor-accessor.out deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
class-constructor-generator.js deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
class-constructor-generator.out deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
export-duplicate-as.js deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
export-duplicate-as.out deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
export-duplicate-default.js deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
export-duplicate-default.out deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
export-duplicate.js deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
export-duplicate.out deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
for-in-let-loop-initializers-strict.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
for-in-let-loop-initializers-strict.out deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
for-in-loop-initializers-strict.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
for-in-loop-initializers-strict.out deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
for-of-let-loop-initializers.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
for-of-let-loop-initializers.out deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
for-of-loop-initializers-sloppy.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
for-of-loop-initializers-sloppy.out deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
for-of-loop-initializers-strict.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
for-of-loop-initializers-strict.out deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
formal-parameters-bad-rest.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
formal-parameters-bad-rest.out deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
formal-parameters-strict-body.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
formal-parameters-strict-body.out deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
formal-parameters-trailing-comma.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
formal-parameters-trailing-comma.out deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
import-as-eval.js deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
import-as-eval.out deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
import-as-redeclaration.js deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
import-as-redeclaration.out deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
import-as-reserved-word.js deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
import-as-reserved-word.out deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
import-eval.js deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
import-eval.out deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
import-redeclaration.js deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
import-redeclaration.out deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
import-reserved-word.js deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
import-reserved-word.out deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
instanceof.js deps: update v8 to 3.24.40 2014-03-13 20:56:54 +04:00
instanceof.out deps: update v8 to 3.24.40 2014-03-13 20:56:54 +04:00
isvar.js deps: update v8 to 3.24.40 2014-03-13 20:56:54 +04:00
isvar.out deps: upgrade v8 to 3.19.0 2013-05-13 03:28:40 +02:00
message.status deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
overwritten-builtins.js Upgrade v8 to 1.2.10 and libev to 3.6 2009-06-29 10:55:05 +02:00
overwritten-builtins.out v8: upgrade to 3.17.16 2013-04-08 20:35:27 +02:00
paren_in_arg_string.js deps: update v8 to 3.24.40 2014-03-13 20:56:54 +04:00
paren_in_arg_string.out v8: upgrade to 3.22.24 2013-11-11 02:40:36 +01:00
replacement-marker-as-argument.js deps: update v8 to 3.24.40 2014-03-13 20:56:54 +04:00
replacement-marker-as-argument.out Upgrade V8 to 3.5.8 2011-08-26 13:07:04 -07:00
simple-throw.js import full versions of dependency libraries! 2009-04-22 19:35:47 +02:00
simple-throw.out import full versions of dependency libraries! 2009-04-22 19:35:47 +02:00
single-function-literal.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
single-function-literal.out deps: upgrade v8 to 3.19.0 2013-05-13 03:28:40 +02:00
strict-formal-parameters.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
strict-formal-parameters.out deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
super-constructor-extra-statement.js deps: upgrade v8 to 3.31.74.1 2015-01-07 22:11:18 +01:00
super-constructor-extra-statement.out deps: upgrade v8 to 4.2.77.13 2015-04-28 14:38:16 -07:00
super-constructor.js deps: upgrade v8 to 3.31.74.1 2015-01-07 22:11:18 +01:00
super-constructor.out deps: upgrade v8 to 4.2.77.13 2015-04-28 14:38:16 -07:00
super-in-function.js deps: upgrade v8 to 4.2.77.13 2015-04-28 14:38:16 -07:00
super-in-function.out deps: upgrade v8 to 4.2.77.13 2015-04-28 14:38:16 -07:00
testcfg.py deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
try-catch-finally-no-message.js import full versions of dependency libraries! 2009-04-22 19:35:47 +02:00
try-catch-finally-no-message.out deps: update v8 to 3.15.11 2013-01-01 16:07:02 +04:00
try-catch-finally-return-in-finally.js Upgrade V8 to 3.0.0 2010-12-07 13:56:11 -08:00
try-catch-finally-return-in-finally.out Upgrade V8 to 3.0.0 2010-12-07 13:56:11 -08:00
try-catch-finally-throw-in-catch-and-finally.js import full versions of dependency libraries! 2009-04-22 19:35:47 +02:00
try-catch-finally-throw-in-catch-and-finally.out import full versions of dependency libraries! 2009-04-22 19:35:47 +02:00
try-catch-finally-throw-in-catch.js import full versions of dependency libraries! 2009-04-22 19:35:47 +02:00
try-catch-finally-throw-in-catch.out import full versions of dependency libraries! 2009-04-22 19:35:47 +02:00
try-catch-finally-throw-in-finally.js import full versions of dependency libraries! 2009-04-22 19:35:47 +02:00
try-catch-finally-throw-in-finally.out import full versions of dependency libraries! 2009-04-22 19:35:47 +02:00
try-finally-return-in-finally.js Upgrade V8 to 3.0.0 2010-12-07 13:56:11 -08:00
try-finally-return-in-finally.out Upgrade V8 to 3.0.0 2010-12-07 13:56:11 -08:00
try-finally-throw-in-finally.js import full versions of dependency libraries! 2009-04-22 19:35:47 +02:00
try-finally-throw-in-finally.out import full versions of dependency libraries! 2009-04-22 19:35:47 +02:00
try-finally-throw-in-try-and-finally.js import full versions of dependency libraries! 2009-04-22 19:35:47 +02:00
try-finally-throw-in-try-and-finally.out import full versions of dependency libraries! 2009-04-22 19:35:47 +02:00
try-finally-throw-in-try.js import full versions of dependency libraries! 2009-04-22 19:35:47 +02:00
try-finally-throw-in-try.out import full versions of dependency libraries! 2009-04-22 19:35:47 +02:00
unterminated-arg-list.js deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
unterminated-arg-list.out deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00