| commit | 2cb1d3a58a5304abaad5279cb58f32b28e7a371c | [log] [tgz] | 
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon Apr 08 20:22:42 2024 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon Apr 08 20:22:52 2024 | 
| tree | b8a36f60dce3fe86536b794ae4b8dbcf4ab050cb | |
| parent | ca1edecf40272f6b8a4f34dfefc1b214b06525e0 [diff] | 
Version 12.5.181 Change-Id: I2580c5e9965f7f1f640966809f099c2012c4cd3d Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5434823 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/12.5.181@{#1} Cr-Branched-From: ca1edecf40272f6b8a4f34dfefc1b214b06525e0-refs/heads/main@{#93242}
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.