| commit | 58fa4a2c36d1b188daff23367ed1bd792617f712 | [log] [tgz] | 
|---|---|---|
| author | V8 Autoroll <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Tue Sep 16 19:17:24 2025 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Tue Sep 16 19:17:36 2025 | 
| tree | 20008bbd8fdf34df594cd17beb981f4cf3192586 | |
| parent | 408bce10feb0e10b3a83fdfb4c9bd3fc9e03378a [diff] | 
Version 14.0.1460365 Version incremented at https://cr-buildbucket.appspot.com/build/8703544506270451249 Change-Id: I2f4e547d61029cdfc9a616dc1259ee1b202f141f Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6956550 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
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.