commit | 63fd8695c86d5cb04d831b3732f770e0bf9cad49 | [log] [tgz] |
---|---|---|
author | Michael Achenbach <machenbach@chromium.org> | Fri Jun 02 12:03:56 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jun 02 12:06:32 2017 |
tree | 714eeeb08cb1ba51818eed34e422f322a35e062b | |
parent | f0645612c42d170b449ae65205fdcbf2c48ae57b [diff] |
[MB] Migrate two clusterfuzz bots to new waterfall NOTRY=true NOTREECHECKS=true TBR=tandrii@chromium.org,kjellander@chromium.org Bug: chromium:726584 Change-Id: I3bf3587e2d58c34b5697785c6033d28eb584146d Reviewed-on: https://chromium-review.googlesource.com/522126 Commit-Queue: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#45676}
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.