commit | d3938f5ce78c61fa13ead88707bfd0ebd6f571dd | [log] [tgz] |
---|---|---|
author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Sun Sep 24 16:06:20 2023 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Sep 24 17:02:48 2023 |
tree | 5373c75142a20721ae6a6eb85a8bed9fda3d5740 | |
parent | f36472245b00e0cf70bfa9e86feca3a424c89ba2 [diff] |
Update V8 DEPS (trusted) Rolling v8/build: https://chromium.googlesource.com/chromium/src/build/+log/53e1883..bf26514 Rolling v8/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/0bd6fb3..b1681a8 Rolling v8/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx/+log/a75061b..6454700 Rolling v8/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind/+log/806fda6..1f88fff Roll created at https://cr-buildbucket.appspot.com/build/8769058444734519889 Change-Id: Ic5ff3894924ec459426c8033476176c952f05d51 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4889655 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#90118}
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.