| commit | 102b18acddf7ffaa962995dd961eee1230f67b3f | [log] [tgz] | 
|---|---|---|
| author | Jochen Eisinger <jochen@chromium.org> | Wed Apr 08 12:29:17 2015 | 
| committer | Jochen Eisinger <jochen@chromium.org> | Wed Apr 08 12:29:31 2015 | 
| tree | f0d5695589bbd69bb3ece81cb302b81eed696476 | |
| parent | 79e7295a8c0959caa48d6f98824842fa62d43b5e [diff] | 
When sweeping is in progress, either finalize or do nothing BUG=none LOG=n R=rmcilroy@chromium.org, hpayer@chromium.org Review URL: https://codereview.chromium.org/1070653003 Cr-Commit-Position: refs/branch-heads/4.3@{#4} Cr-Branched-From: f5c0a23a505616796a628d64f4ffe377d1fc4bcf-refs/heads/4.3.61@{#1} Cr-Branched-From: 0a7d4f496a554028de0ab5a963c3a004e693b4cb-refs/heads/master@{#27508}
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/*