| commit | 9fcb3ee133376fd601d13aa091de3bf8d4eb20f3 | [log] [tgz] | 
|---|---|---|
| author | Jochen Eisinger <jochen@chromium.org> | Tue Jan 13 10:06:30 2015 | 
| committer | Jochen Eisinger <jochen@chromium.org> | Tue Jan 13 10:06:49 2015 | 
| tree | addb11413a655cef2d6e02ceb6544a49016e4e23 | |
| parent | e333d39e2e3fa7ddfb49a990619b10ff3e9411d6 [diff] | 
Version 4.1.0.5 (cherry-pick) Merged 76ce4a9c2f7dce8054f8f36263de80319f5e9509 [d8] Fix V8 external snapshot for Windows. BUG=421063,439661 LOG=N R=yangguo@chromium.org, rmcilroy@chromium.org Review URL: https://codereview.chromium.org/838383007 Cr-Commit-Position: refs/branch-heads/4.1@{#6} 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/*