This brings in the patches from 4.5.103.30...4.5.103.33 fixing the issue with computed property names not working in nested literals. Full V8 4.5 commit log at: https://chromium.googlesource.com/v8/v8.git/+log/branch-heads/4.5 Fixes: https://github.com/nodejs/node/issues/2507 PR-URL: https://github.com/nodejs/node/pull/2870 Reviewed-By: indutny - Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: targos - Michaël Zasso <mic.besace@gmail.com> Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: fishrock123 - Jeremiah Senkpiel <fishrock123@rocketmail.com> |
||
|---|---|---|
| .. | ||
| mac | ||
| all.gyp | ||
| detect_v8_host_arch.py | ||
| features.gypi | ||
| get_landmines.py | ||
| gyp_environment.py | ||
| gyp_v8 | ||
| gyp_v8.py | ||
| landmine_utils.py | ||
| landmines.py | ||
| OWNERS | ||
| README.txt | ||
| shim_headers.gypi | ||
| standalone.gypi | ||
| toolchain.gypi | ||
For build instructions, please refer to: https://code.google.com/p/v8/wiki/BuildingWithGYP TL;DR version on *nix: $ make dependencies # Only needed once. $ make ia32.release -j8 $ make ia32.release.check # Optionally: run tests.