| commit | 95c02f1a59fece9f29a6c9511cb0bf016e9ab815 | [log] [tgz] | 
|---|---|---|
| author | v8-autoroll <v8-autoroll@chromium.org> | Fri Jan 30 08:02:55 2015 | 
| committer | v8-autoroll <v8-autoroll@chromium.org> | Fri Jan 30 08:03:03 2015 | 
| tree | 6a0ca62b65158aa51bae0752ca373b4c7c24f915 | |
| parent | fd2f985b13606b64c21919302a8d3d2444cf452d [diff] | 
Version 4.2.37 (based on 350cbaabfda0eda7f7602c02eb5ff51ce71ac7d0)
Do not create unresolved variables when parsing arrow functions lazily (issue 3501).
Performance and stability improvements on all platforms.
Cr-Commit-Position: refs/heads/candidates@{#25413}
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/*