node/deps/v8/test/mjsunit/harmony
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
array-concat.js
array-copywithin.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
array-fill.js
array-find.js
array-findindex.js
array-from.js
array-includes-to-object-sloppy.js
array-includes-to-object-strict.js
array-includes.js
array-of.js
arrow-functions-lexical-arguments.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
arrow-functions.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
block-lazy-compile.js
class-computed-property-names-super.js
class-property-name-eval-arguments.js
classes-derived-return-type.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
classes-experimental.js
classes-lazy-parsing.js
classes-maps.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
classes-subclass-arrays.js
classes.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
computed-property-names-classes.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
computed-property-names-object-literals-methods.js
computed-property-names-super.js
computed-property-names.js
dataview-accessors.js
debug-step-into-class-extends.js
debug-step-into-constructor.js
method-name-eval-arguments.js
module-linking.js
module-parsing-eval.js
module-recompile.js
module-resolution.js
modules.js
object-assign.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
object-literals-method.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
object-literals-property-shorthand.js
object-literals-super.js
private.js
proxies-example-membrane.js
proxies-for.js
proxies-function.js
proxies-hash.js
proxies-json.js
proxies-symbols.js
proxies-with-unscopables.js
proxies-with.js
proxies.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
reflect-apply.js
reflect-construct.js
regexp-flags.js
regexp-sticky.js
rest-params-lazy-parsing.js
rest-params.js
set-prototype-of.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
spread-call-new-class.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
spread-call-new.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
spread-call.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
super.js
toMethod.js
typedarray-proto.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
typedarrays-every.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
typedarrays-foreach.js
typedarrays-of.js
typedarrays.js deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
unicode-escapes-in-regexps.js
unicode-escapes.js