| commit | 901b67916dc2626158f42af5b5c520ede8752da2 | [log] [tgz] | 
|---|---|---|
| author | Daniel Clifford <danno@chromium.org> | Wed Mar 25 12:06:58 2015 | 
| committer | Daniel Clifford <danno@chromium.org> | Wed Mar 25 12:07:18 2015 | 
| tree | ae600c48677efd424d4f33796d49c48d270e0a5a | |
| parent | 2ae675fe2c64e97a7bebf8288fe427675b7063fa [diff] | 
Version 4.1.0.27 (cherry-pick) Merged ff89876bb9d362ea4d53d5ee49346d617ee1f5f6 [turbofan] Fix lowering of Math.max for integral inputs. BUG=chromium:468162 LOG=N TBR=titzer@chromium.org Review URL: https://codereview.chromium.org/1002353003 Cr-Commit-Position: refs/branch-heads/4.1@{#29} Cr-Branched-From: 2e08d2a7aa9d65d269d8c57aba82eb38a8cb0a18-refs/heads/candidates@{#25353}
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/*