| commit | f41a8b2a468149bfa3f67622d24a97e0ff459aba | [log] [tgz] | 
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Fri Sep 05 12:40:00 2025 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Fri Sep 05 12:40:10 2025 | 
| tree | 5fb9e7cff383e4396e6c84e77e62bc2ac0bb6bb8 | |
| parent | 9ee282277fd5168af7207d5f9e2c99a6e70e9439 [diff] | 
Version 14.2.52 Change-Id: I5bc0db0af84a8467bc504cc7c6bec9fce1bb2a90 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6916604 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/14.2.52@{#1} Cr-Branched-From: 9ee282277fd5168af7207d5f9e2c99a6e70e9439-refs/heads/main@{#102271}
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.