| commit | 20836f0561b327e4d8f35c378f5379772f95e371 | [log] [tgz] |
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Sun Nov 02 04:03:02 2025 |
| committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Nov 02 04:48:34 2025 |
| tree | e3b859667e73a3bea46f10c8eca986d915ad7327 | |
| parent | ea66b37ead73dc896c7516f7379f3267754d7975 [diff] |
Update V8 DEPS (trusted) Rolling build: https://chromium.googlesource.com/chromium/src/build/+log/1849837..6458da1 Rolling third_party/rust: https://chromium.googlesource.com/chromium/src/third_party/rust/+log/b90c35e..b87d650 Roll created at https://cr-buildbucket.appspot.com/build/8699344079048538625 Change-Id: I5ba05e1bfbef3136860cc72389afd5b9871a1360 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7109160 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#103450}
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.