commit | 5da992db80ac2551901695b04b500ef2791fbcbe | [log] [tgz] |
---|---|---|
author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Tue Jan 14 12:41:50 2025 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 14 13:10:17 2025 |
tree | 4721daab0316b59bd05a117d27ad76fbaff02b55 | |
parent | 386675c40e28dcfaacaeef342d3ac3bd9ce4129f [diff] |
Update V8 DEPS (trusted) Rolling third_party/zlib: https://chromium.googlesource.com/chromium/src/third_party/zlib/+log/239cd1b..5634698 Roll created at https://cr-buildbucket.appspot.com/build/8725765623557996001 Change-Id: I7901e9c4e64ff5078d468b44994a820a5937fe00 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6174351 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@{#98093}
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.