commit | 43655380bde57da6c566050d7f65cc8fec719963 | [log] [tgz] |
---|---|---|
author | domenic <domenic@chromium.org> | Tue Aug 11 22:00:44 2015 |
committer | Commit bot <commit-bot@chromium.org> | Tue Aug 11 22:00:53 2015 |
tree | 939b6109a0b5374293f7d3af26d0a1c34cc513e9 | |
parent | d03191beb1888b272e51912ebc45c4e8794f2060 [diff] |
Stage --harmony-array-includes BUG=v8:3575 R=adamk@chromium.org, rossberg@chromium.org LOG=Y CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1283963002 Cr-Commit-Position: refs/heads/master@{#30121}
V8 is Google's open source JavaScript engine.
V8 implements ECMAScript as specified in ECMA-262.
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
V8 can run standalone, or can be embedded into any C++ application.
V8 Project page: https://code.google.com/p/v8/
Checkout depot tools, and run
fetch v8
This will checkout V8 into the directory v8
and fetch all of its dependencies. To stay up to date, run
git pull origin gclient sync
For fetching all branches, add the following into your remote configuration in .git/config
:
fetch = +refs/branch-heads/*:refs/remotes/branch-heads/* fetch = +refs/tags/*:refs/tags/*