commit | 6c19077e864bc1815cf4d3cc4006bbca3d8234bc | [log] [tgz] |
---|---|---|
author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Sun Feb 05 03:26:04 2023 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Feb 05 04:07:43 2023 |
tree | 9094dc2f53dd3b80784a6a3428eca7c1471d8dd5 | |
parent | 702fdc02a26f8dc53037a7a5f2bb2cf24b5a9013 [diff] |
Update V8 DEPS (trusted) Rolling v8/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/cf6f58c..a706ef8 Rolling v8/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx/+log/7a7a3a7..c8da880 Rolling v8/third_party/fuchsia-sdk/sdk: version:11.20230202.3.1..version:11.20230204.1.1 Change-Id: Ib9537912d77169308e0bb64a9e502196ff5f548e Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4222419 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@{#85660}
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.