| commit | bc3a2c8758d04324fb5cd18810df7c55f405b75e | [log] [tgz] | 
|---|---|---|
| author | Michael Achenbach <machenbach@chromium.org> | Sat Dec 20 13:23:10 2014 | 
| committer | Michael Achenbach <machenbach@chromium.org> | Sat Dec 20 13:23:27 2014 | 
| tree | 7959448dfb0a4b29b34ac61987898bb08e946d55 | |
| parent | 0f861694686728ddcde453f22cffc3d89b055a60 [diff] | 
Version 3.31.70 (based on 7d478d96211d0c8ce5cbe1b9cb2e8720314811a0)
Performance and stability improvements on all platforms.
Cr-Commit-Position: refs/heads/candidates@{#25345}
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/*