commit | f6212fdc22f4080a081dd1b9ded54ca4b77fb658 | [log] [tgz] |
---|---|---|
author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Sun Mar 16 04:01:39 2025 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Mar 16 04:34:47 2025 |
tree | 62ee7600be2e5f57985de7abacace77d2005ea29 | |
parent | 58713914b267de69e57d93fec04e28ed7dbd3805 [diff] |
Update V8 DEPS (trusted) Rolling build: https://chromium.googlesource.com/chromium/src/build/+log/41be8f6..f36fe65 Rolling third_party/perfetto: https://android.googlesource.com/platform/external/perfetto/+log/0ee72b2..ab7b86e Roll created at https://cr-buildbucket.appspot.com/build/8720271979190310497 Change-Id: Ica2cf65345ff9ee6a92d27be6f21eec41df6c3af Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6357534 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@{#99273}
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.