| commit | 724fef00c885c45f86216bbd21b69db689a2141b | [log] [tgz] | 
|---|---|---|
| author | v8-autoroll <v8-autoroll@chromium.org> | Fri Jan 30 14:03:29 2015 | 
| committer | v8-autoroll <v8-autoroll@chromium.org> | Fri Jan 30 14:03:41 2015 | 
| tree | b4204893837c857dc635a4aa3b376b3c3e08e7d1 | |
| parent | 376ffc32cf2372841b7d1c6a6245f96ac01a262e [diff] | 
Version 4.2.38 (based on b004b1d821e28ffec8212a7cdf46b84cbdf74b67)
Move object literal checking into checker classes (issue 3819).
[turbofan] Fix OSR compilations of for-in.
Performance and stability improvements on all platforms.
Cr-Commit-Position: refs/heads/candidates@{#25415}
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/*