commit | e2e9a750521e5c6c3c1fcddd24a37c6d5846f1bb | [log] [tgz] |
---|---|---|
author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Sat Jul 27 04:02:53 2024 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jul 27 04:47:17 2024 |
tree | 7150d94b897d62f440b8d54edfa75df3eb0ca90c | |
parent | 2750f3061922448091105536f7baefe9d26eb8fa [diff] |
Update V8 DEPS (trusted) Rolling build: https://chromium.googlesource.com/chromium/src/build/+log/84dd25e..de07056 Rolling buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/077b3a8..62fc714 Rolling third_party/catapult: https://chromium.googlesource.com/catapult/+log/2f1b13e..484e908 Rolling third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools/+log/8dde980..03434d2 Rolling third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx/+log/e33039b..e85ad22 Roll created at https://cr-buildbucket.appspot.com/build/8741290475261230897 Change-Id: I10585f7adde9d4597df3babad6a285039390f1cd Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5742427 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@{#95325}
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.