commit | 6f9b9ca3ffc339c6d2cc441cd2b090bdd67adcef | [log] [tgz] |
---|---|---|
author | v8-autoroll <v8-autoroll@chromium.org> | Mon Feb 02 19:25:52 2015 |
committer | v8-autoroll <v8-autoroll@chromium.org> | Mon Feb 02 19:26:02 2015 |
tree | 6e8480bf58776edd2ef7b666897219ca14facbd5 | |
parent | 7ba8b8cb30b4da71981deac18391889a5defa6a5 [diff] |
Version 4.2.46 (based on 4bf1f54282da4fd191cc7e25aacc00075857501a) Performance and stability improvements on all platforms. Cr-Commit-Position: refs/heads/candidates@{#25429}
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/*