commit | af73c3e3d8dbf7d35cf33b754a78e6ccd536c8ee | [log] [tgz] |
---|---|---|
author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Sat Mar 18 03:18:38 2023 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Mar 18 03:49:36 2023 |
tree | 3fc2f0f61471081b61741eaa3ad882a4f09c72d5 | |
parent | 975ff4dbfd1be3a7395e26d412774bc955b47341 [diff] |
Update V8 DEPS (trusted) Rolling v8/build: https://chromium.googlesource.com/chromium/src/build/+log/38c0f80..a7b58d1 Rolling v8/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/ac6f095..1d00f96 Rolling v8/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx/+log/afb9e77..e931f47 Rolling v8/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi/+log/de45956..ee42da7 Rolling v8/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind/+log/2b438f4..a39d105 Rolling v8/third_party/catapult: https://chromium.googlesource.com/catapult/+log/4ca6b46..e59131a Rolling v8/third_party/fuchsia-sdk/sdk: version:12.20230316.3.1..version:12.20230317.2.1 Rolling v8/tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang/+log/998617f..bdb6d43 Change-Id: Idc13d58853eff6181966be7d60ef4bb7d31a2b83 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4350176 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@{#86549}
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.