| commit | 2a6fa60658e742dcc972da39c30c2516a2b0cbaf | [log] [tgz] | 
|---|---|---|
| author | Adam Klein <adamk@chromium.org> | Fri Sep 18 18:41:51 2015 | 
| committer | Adam Klein <adamk@chromium.org> | Fri Sep 18 18:42:08 2015 | 
| tree | 73feabe84e4ee87b393b06012f9c219a4200c31a | |
| parent | 9b0fb52b57021473aa813f3fb99ad7384a8b86f1 [diff] | 
Version 4.6.85.19 (cherry-pick) Merged f44efd6b3156a3322cc514b76a67aff447da7e9b Fix spread operator in ArrayLiterals when nested in other literals BUG=v8:4417 LOG=N R=littledan@chromium.org Review URL: https://codereview.chromium.org/1356913005 . Cr-Commit-Position: refs/branch-heads/4.6@{#22} Cr-Branched-From: 24d34a8ae3cad186792fb1e44e2d7c00d49cd181-refs/heads/4.6.85@{#1} Cr-Branched-From: 8f441181a570c44ef5c949e8dfd9fd326ac10345-refs/heads/master@{#30256}
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 origin
    gclient 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/*