| commit | c60edba4a1b7eff59825c6e2d2b9415ca57dbd31 | [log] [tgz] | 
|---|---|---|
| author | neis <neis@chromium.org> | Wed Mar 09 09:51:37 2016 | 
| committer | Commit bot <commit-bot@chromium.org> | Wed Mar 09 09:53:54 2016 | 
| tree | e049fa548e9338158c1e0ebe5f45152dac8461b5 | |
| parent | e3e55f2327d957b7e3c20de4a49aefc6c56b1f0d [diff] | 
Version 4.9.385.30 (cherry-pick) Merged 86c955fee0aa15c37a7af1bd7dcb0a8bf5a6d92c Fix Array.prototype.sort on proxies. BUG=chromium:591699 LOG=N R=hablich@chromium.org NOTRY=true NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1775343002 Cr-Commit-Position: refs/branch-heads/4.9@{#36} Cr-Branched-From: 2fea296569597e5064f81fd8fce58f1848de261a-refs/heads/4.9.385@{#1} Cr-Branched-From: 0c1430ac2b65847559d6a09f883ee7e5a91063c9-refs/heads/master@{#33306}
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://github.com/v8/v8/wiki
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/*
Please follow the instructions mentioned on the V8 wiki.