| commit | 384fb29e1d298106ebf84610e00904832e9e68fe | [log] [tgz] | 
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Fri Oct 31 16:01:14 2025 | 
| committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 31 16:31:45 2025 | 
| tree | 865153bf47d20f0c61f49a66236c982dc8a625f0 | |
| parent | 6c72530512ed3acfa4bdf5ca081fd60cd0f89213 [diff] | 
Update V8 DEPS (trusted) Rolling build: https://chromium.googlesource.com/chromium/src/build/+log/dd80c87..5389bf3 Rolling third_party/abseil-cpp: https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp/+log/b656b21..a07576e Rolling third_party/catapult: https://chromium.googlesource.com/catapult/+log/f0571c8..3cb99be Rolling third_party/partition_alloc: https://chromium.googlesource.com/chromium/src/base/allocator/partition_allocator/+log/a8bbea7..abae057 Roll created at https://cr-buildbucket.appspot.com/build/8699479974668246849 Change-Id: If14eca0065455aa429d11413d266ebddaeb76771 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7107042 Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#103445}
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.