| commit | abc18de669fb566e7a1e5fe2f95b46deb3f29b75 | [log] [tgz] | 
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Thu Oct 24 13:07:09 2024 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Thu Oct 24 13:07:21 2024 | 
| tree | 79dc59891b76059e40f7862313911b92cd11b2c8 | |
| parent | df7ce344008e7042085edc4b16afac19c0bb4877 [diff] | 
Version 13.2.57 Change-Id: Idc4ff6de46d39ae81fb4a16dcc8b08c9d742afbb Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5962336 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/13.2.57@{#1} Cr-Branched-From: df7ce344008e7042085edc4b16afac19c0bb4877-refs/heads/main@{#96801}
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.