commit | 360d901fe7d76ad904c40f9ff13eddac9ecb6fe2 | [log] [tgz] |
---|---|---|
author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Sat Jan 27 04:17:52 2024 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jan 27 04:52:04 2024 |
tree | eae76596650176d2cd0fd14b092c48b3063b4a9d | |
parent | ae5a4db8ad86c817f80856901ea121829f8b5184 [diff] |
Update V8 DEPS (trusted) Rolling build: https://chromium.googlesource.com/chromium/src/build/+log/875c2b8..1ea5466 Rolling buildtools/linux64: git_revision:fc722252439ea3576c241773f5ee14eb8470e2ef..git_revision:a2e2717ea670249a34b0de4b3e54f268d320bdfa Rolling third_party/catapult: https://chromium.googlesource.com/catapult/+log/db0de23..de33c7d Rolling third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools/+log/2bc81cd..68c5113 Roll created at https://cr-buildbucket.appspot.com/build/8757779123323969089 Change-Id: Ia48ed03b0e7ae8e072882864fca4214b62c0fe04 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5239138 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@{#92045}
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.