Skip to content

Commit

Permalink
deps: upgrade to V8 4.8.271.17
Browse files Browse the repository at this point in the history
Pick up V8 4.8 branch-head. This branch brings in @@isConcatSpreadable,
@@toPrimitive and ToLength ES6 changes. For full details see:
http://v8project.blogspot.de/2015/11/v8-release-48.html

v8/v8@fa163e2

Ref: #4399
PR-URL: #4785
Reviewed-By: bnoordhuis - Ben Noordhuis <[email protected]>
  • Loading branch information
ofrobots committed Jan 22, 2016
1 parent 5f6dfab commit ef4170e
Show file tree
Hide file tree
Showing 1,316 changed files with 64,257 additions and 31,913 deletions.
23 changes: 7 additions & 16 deletions deps/v8/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
*.xcodeproj
#*#
*~
.#*
.cpplint-cache
.cproject
.d8_history
Expand All @@ -42,33 +43,20 @@ shell_g
/build/gyp
/build/ipch/
/build/Release
/build/win_toolchain.json
/buildtools
/hydrogen.cfg
/obj
/out
/perf.data
/perf.data.old
/test/benchmarks/CHECKED_OUT_*
/test/benchmarks/downloaded_*
/test/benchmarks/kraken
/test/benchmarks/octane
/test/benchmarks/sunspider
/test/mozilla/CHECKED_OUT_VERSION
/test/benchmarks/data
/test/mozilla/data
/test/mozilla/data.old
/test/mozilla/downloaded_*
/test/promises-aplus/promises-tests
/test/promises-aplus/promises-tests.tar.gz
/test/promises-aplus/sinon
/test/simdjs/CHECKED_OUT_*
/test/simdjs/ecmascript_simd*
/test/simdjs/data*
/test/simdjs/data
/test/test262/data
/test/test262/data.old
/test/test262/tc39-test262-*
/test/test262-es6/data
/test/test262-es6/data.old
/test/test262-es6/tc39-test262-*
/testing/gmock
/testing/gtest
/third_party
Expand All @@ -78,6 +66,9 @@ shell_g
/tools/clang
/tools/jsfunfuzz
/tools/jsfunfuzz.zip
/tools/luci-go/linux64/isolate
/tools/luci-go/mac64/isolate
/tools/luci-go/win64/isolate.exe
/tools/oom_dump/oom_dump
/tools/oom_dump/oom_dump.o
/tools/swarming_client
Expand Down
2 changes: 2 additions & 0 deletions deps/v8/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Erich Ocean <[email protected]>
Fedor Indutny <[email protected]>
Felix Geisendörfer <[email protected]>
Filipe David Manana <[email protected]>
Franziska Hinkelmann <[email protected]>
Geoffrey Garside <[email protected]>
Han Choongwoo <[email protected]>
Hirofumi Mako <[email protected]>
Expand Down Expand Up @@ -81,6 +82,7 @@ Michael Lutz <[email protected]>
Michael Smith <[email protected]>
Mike Gilbert <[email protected]>
Mike Pennisi <[email protected]>
Milton Chiang <[email protected]>
Nicolas Antonius Ernst Leopold Maria Kaiser <[email protected]>
Paolo Giarrusso <[email protected]>
Patrick Gansterer <[email protected]>
Expand Down
Loading

0 comments on commit ef4170e

Please sign in to comment.