| commit | 33737cb256a7da2774f28a00aaee76b0df5dbcb8 | [log] [tgz] | 
|---|---|---|
| author | Michael Achenbach <machenbach@chromium.org> | Fri Feb 13 09:59:18 2015 | 
| committer | Michael Achenbach <machenbach@chromium.org> | Fri Feb 13 09:59:36 2015 | 
| tree | a1df2d6ecd3be4a51032ddf85c909e1bc5363ce3 | |
| parent | 7866f00508a2a3b0f18442787eee67ee4a094d72 [diff] | 
Version 4.2.70
new classes: no longer experimental (issue 3834).
Make it possible to define arguments for CompileFunctionInContext.
Performance and stability improvements on all platforms.
Cr-Commit-Position: refs/heads/4.2.70@{#1}
Cr-Branched-From: 7866f00508a2a3b0f18442787eee67ee4a094d72-refs/heads/master@{#26631}
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/*