commit | 4fc836695c9bad626323548c9f544d05587e4dfe | [log] [tgz] |
---|---|---|
author | Michael Achenbach <machenbach@chromium.org> | Tue Jul 23 13:38:15 2019 |
committer | Michael Achenbach <machenbach@chromium.org> | Tue Jul 23 13:39:02 2019 |
tree | bdbff3f7e4aff1fb0ce5966103e47239dff69828 | |
parent | baf5b819112117d4f9cc62a90abe98813734d35f [diff] |
Merged: Add json output arg to mg gen and analyze. Revision: 15103f0933a7df1b75b09a006da2f9e6df3bb306 TBR=mslekova@chromium.org BUG=chromium:985959 LOG=N NOTRY=true NOPRESUBMIT=true NOTREECHECKS=true Change-Id: I965614f973aec68cc2eea751e4ce183433cc4e7b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1714872 Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/branch-heads/7.5@{#61} Cr-Branched-From: 35b9bf5cf697b1c0fe4313c1313782d626d2afaa-refs/heads/7.5.288@{#1} Cr-Branched-From: 912b3912b4fc294083fadcac672571bb43c2f37e-refs/heads/master@{#60911}
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://v8.dev/docs
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 at v8.dev/docs/contribute.