| commit | ff223e5a24342a6567c1e57ac58f8a2ec134f50f | [log] [tgz] | 
|---|---|---|
| author | Yury Semikhatsky <yurys@chromium.org> | Tue Sep 08 18:17:10 2015 | 
| committer | Yury Semikhatsky <yurys@chromium.org> | Tue Sep 08 18:17:39 2015 | 
| tree | 0102b13cc00a46cec8d06181dbb8f73e201d08ea | |
| parent | c9ca3d4a7ac910d7ae2fcbbd88c826fb531e8bdb [diff] | 
Version 4.6.85.14 (cherry-pick) Merged 70dc24c22ff61b4b4d5a9f43597bdbb067b35304 Postpone interrupts while dipatching debugger events to listeners BUG=chromium:520702 LOG=N TBR=yangguo@chromium.org Review URL: https://codereview.chromium.org/1324153005 . Cr-Commit-Position: refs/branch-heads/4.6@{#17} 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/*