commit | 33a6af62a95f124c089858b1b4cbf1f634aaf0b6 | [log] [tgz] |
---|---|---|
author | Camillo Bruni <cbruni@chromium.org> | Thu Apr 03 07:31:50 2025 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 03 10:40:27 2025 |
tree | e70a2d37651d1580e24d053f9485c6585f6763e6 | |
parent | a320cc49138b1757c2997af2a157414022e94671 [diff] |
[tools] Remove unused tracing proto-converter Bug: 404411622 Change-Id: I43a6054b0370eee4f2e77e930a1efecdafeed921 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6429325 Commit-Queue: Camillo Bruni <cbruni@chromium.org> Reviewed-by: Marja Hölttä <marja@chromium.org> Cr-Commit-Position: refs/heads/main@{#99652}
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.