| commit | 51be4913735058d4ad37b331bf81d1a4adf90579 | [log] [tgz] | 
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Wed Mar 12 22:23:04 2025 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Wed Mar 12 22:23:16 2025 | 
| tree | 5e4322f8ca01d9214c1ed6e60a918ba1f114c106 | |
| parent | d3252021bffbae8586446767369cb57198ac6f45 [diff] | 
Version 13.6.51 Change-Id: If6e3c1b2c1c2ff26a0d36f3ea9c01f5b6cd42217 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6347079 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/13.6.51@{#1} Cr-Branched-From: d3252021bffbae8586446767369cb57198ac6f45-refs/heads/main@{#99222}
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.