| commit | 85ad564c10ede76446cfe50148c4432798a7014e | [log] [tgz] | 
|---|---|---|
| author | Michael Achenbach <machenbach@chromium.org> | Thu Apr 09 21:25:12 2015 | 
| committer | Michael Achenbach <machenbach@chromium.org> | Thu Apr 09 21:25:23 2015 | 
| tree | 01db81f39542c782d5aaa23711bbd82af5769055 | |
| parent | 1ba5e84b48beb4f229f9f7db838beaba7dc799da [diff] | 
Version 4.4.9.1 (cherry-pick) Merged 1f7a7b32d721cd48447017340961bf5ec80d199a Fix C++ violation. BUG=chromium:475643 LOG=N TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/1073943002 Cr-Commit-Position: refs/heads/4.4.9@{#2} Cr-Branched-From: 725cdc533cb4e31c042d32ce1979012b5bd99ced-refs/heads/master@{#27686}
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/*