| commit | 492b5a8bef3a8c52cee612e4852171accb22824e | [log] [tgz] |
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Sun Jan 25 04:03:54 2026 |
| committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Jan 25 04:33:27 2026 |
| tree | 04cd3c7d2d35b42cc2d2bd98a5b4a1fd70d44529 | |
| parent | 2cf876470af0466de65c6dcdae0bab67edf78bd4 [diff] |
Update V8 DEPS (trusted) Rolling third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind/+log/a56e619..ba19d93 Rolling third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc/+log/4a6eff3..5107693 Roll created at https://cr-buildbucket.appspot.com/build/8691733934057232657 Change-Id: Id4a32e9dee1a2ba2d24f21246e471efb2ee36687 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7514476 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@{#104890}
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.