| commit | 5f4674c3f8ec9dc216b42c7e28afaf38e8635c2a | [log] [tgz] | 
|---|---|---|
| author | V8 Autoroll <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Tue Oct 21 08:26:39 2025 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Tue Oct 21 08:26:51 2025 | 
| tree | 51f3d466b870c7c065114c3c3809df65ddd06232 | |
| parent | e4c04d524dcad9bb504db4b557dde746b655c42a [diff] | 
Version 14.1.146.13 Version incremented at https://cr-buildbucket.appspot.com/build/8700414570493537825 Change-Id: Iddaa1dadff0a542914cedfaa6d815ed66ef08503 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7063915 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/14.1@{#26} Cr-Branched-From: 1f4839b6a7095c09cb5cc10603ad7b22037405f3-refs/heads/14.1.146@{#1} Cr-Branched-From: cd6944c05d268ef7d734cf33af86bc94c6172c2f-refs/heads/main@{#102149}
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.