commit | 84eee965ef4abe2c5d8e55bdf188eb2ee97e502a | [log] [tgz] |
---|---|---|
author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon Mar 17 04:01:21 2025 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 17 04:31:21 2025 |
tree | a53807a4e1b3f707e516606d90fa9a610051592e | |
parent | 53343a5fa7971053aaa5b2e77cbab488d9ec4f31 [diff] |
Update V8 DEPS (trusted) Rolling build: https://chromium.googlesource.com/chromium/src/build/+log/f36fe65..d4833a8 Rolling third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc/+log/b1b4028..14489e0 Rolling third_party/siso: git_revision:6b0b080aea4fa142b573795daa977e8751947452..git_revision:3a38836e06344016dce6092148a07a114807f9f0 Roll created at https://cr-buildbucket.appspot.com/build/8720181381998805009 Change-Id: I4d0d372909cd90663002b85eed89ba65f07dc5c4 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6356515 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@{#99275}
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.