commit | 09b9cfbbde19abfc75f139d30c07d34e733a42c6 | [log] [tgz] |
---|---|---|
author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Sun Jul 20 04:03:58 2025 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Jul 20 04:30:31 2025 |
tree | 700ee755a071f05599494f5aaa59fbd9234fae8e | |
parent | 4c6a966f97243b7c066925e0804f8c6f0d70edb2 [diff] |
Update V8 DEPS (trusted) Rolling third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc/+log/35acb9c..a1fa332 Roll created at https://cr-buildbucket.appspot.com/build/8708856761165251489 Change-Id: I8b28a5abe5efc91c40b87201c106e00bc38f2f09 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6773265 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@{#101522}
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.