| commit | 6ab3deda76ee5b45cd6cb393c290e55536a7f999 | [log] [tgz] | 
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Wed Sep 11 10:28:23 2024 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Wed Sep 11 10:28:33 2024 | 
| tree | 4e37bd3dfd4cbff0ff483f1b4fb238eaabb9cc85 | |
| parent | 59725afa548ea07ccd764d2ee8b6a3e8b5f6f77d [diff] | 
Version 13.0.212 Change-Id: I39c3d5467b3a0b76c3924c5a4ab7e785bf8cfcb3 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5851242 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/13.0.212@{#1} Cr-Branched-From: 59725afa548ea07ccd764d2ee8b6a3e8b5f6f77d-refs/heads/main@{#96046}
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.