| commit | 9598c222b325015a8732000a08cb627835a0d89a | [log] [tgz] | 
|---|---|---|
| author | Jochen Eisinger <jochen@chromium.org> | Thu Feb 12 12:40:28 2015 | 
| committer | Jochen Eisinger <jochen@chromium.org> | Thu Feb 12 12:40:50 2015 | 
| tree | 1d378b2107cf5019a663c338ecba209f064eda2c | |
| parent | 0a10826d7b9cc0a36fee06f7f9cddff80a11f03a [diff] | 
Version 4.1.0.16 (cherry-pick) Merged 313b24dbc24b64babf53c1830c2b23170ee1c269 add support for all can read interceptors R=jkummerow@chromium.org, verwaest@chromium.org BUG= Review URL: https://codereview.chromium.org/920743002 Cr-Commit-Position: refs/branch-heads/4.1@{#17} Cr-Branched-From: 2e08d2a7aa9d65d269d8c57aba82eb38a8cb0a18-refs/heads/candidates@{#25353}
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 origingclient 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/*