| commit | d3026d0552a134ba32b88f7731d85a8099b87665 | [log] [tgz] | 
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Wed Oct 22 15:34:04 2025 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Wed Oct 22 15:34:13 2025 | 
| tree | a6a5b5e2c8686b7803c97397273c06819c96ad70 | |
| parent | 54b3a14c4bcadf91ccbff918cd78023c4ee1a026 [diff] | 
Version 14.3.114 Change-Id: Ia47d2bcd13a416dbbab6a7423d5ee95cff6cec7d Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7074451 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/14.3.114@{#1} Cr-Branched-From: 54b3a14c4bcadf91ccbff918cd78023c4ee1a026-refs/heads/main@{#103293}
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.