commit | 1c8b5c515724a635d510bad1d4bbb06c5c83d25f | [log] [tgz] |
---|---|---|
author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon May 20 16:07:49 2024 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 20 16:50:30 2024 |
tree | 52529b57c5aa8f1c0eaf04e2bba61846dc3487b9 | |
parent | 1d46088b7dabd62efaa9e71ff4ccd3926bfe3882 [diff] |
Update V8 DEPS (trusted) Rolling third_party/boringssl: https://chromium.googlesource.com/chromium/src/third_party/boringssl/+log/fe087b5..d246272 Rolling third_party/boringssl/src: https://boringssl.googlesource.com/boringssl/+log/2fb5f9c..2db0eb3 Roll created at https://cr-buildbucket.appspot.com/build/8747405769383791873 Change-Id: I647761d26b1c514beec376458343bbecd6815864 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5544893 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@{#93990}
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.