| commit | 203ca8ba1cf77dbac94fdea50b28e4b2d3652606 | [log] [tgz] | 
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Wed Jan 24 17:22:30 2024 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Wed Jan 24 17:22:39 2024 | 
| tree | da6e3522c04acd707e7a80bd5081706d58864cc2 | |
| parent | d386323d7db394fa70747d311dd1cb1b7d2f2c2d [diff] | 
Version 12.3.22 Change-Id: I84a5fa43a2612e3bd14d7cffc44c2fe04e123660 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5232041 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/12.3.22@{#1} Cr-Branched-From: d386323d7db394fa70747d311dd1cb1b7d2f2c2d-refs/heads/main@{#91989}
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.