Update V8 DEPS (trusted) Rolling build: https://chromium.googlesource.com/chromium/src/build/+log/95e9dbf..69dc3b1 Rolling buildtools/linux64: git_revision:cad8f67e2dd0cea00bbe4566efe2fdf4c1821563..git_revision:ebc8f16ca7b0d36a3e532ee90896f9eb48e5423b Rolling buildtools/mac: git_revision:cad8f67e2dd0cea00bbe4566efe2fdf4c1821563..git_revision:ebc8f16ca7b0d36a3e532ee90896f9eb48e5423b Rolling buildtools/win: git_revision:cad8f67e2dd0cea00bbe4566efe2fdf4c1821563..git_revision:ebc8f16ca7b0d36a3e532ee90896f9eb48e5423b Rolling third_party/abseil-cpp: https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp/+log/1bfea9e..2401283 Rolling third_party/catapult: https://chromium.googlesource.com/catapult/+log/4110450..938fc99 Rolling third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools/+log/0888983..f73c587 Rolling third_party/protobuf: https://chromium.googlesource.com/chromium/src/third_party/protobuf/+log/6ee4448..d30c1f1 Rolling third_party/rust: https://chromium.googlesource.com/chromium/src/third_party/rust/+log/1d3b763..b715676 Roll created at https://cr-buildbucket.appspot.com/build/8714201981923638353 Change-Id: Ib721f735d8e75a7fbc9272847893ae766f021b43 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6575810 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@{#100411}
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.