| commit | e2591684c45463aa1e46ebefc3fd35deee63f37c | [log] [tgz] | 
|---|---|---|
| author | V8 Autoroll <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Thu Mar 20 13:50:04 2025 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Thu Mar 20 13:50:16 2025 | 
| tree | 82628e82428d7167fd11008c04bbead825add7e7 | |
| parent | 25473ed0b96fe8ba0dc833867d700f639a29d1c1 [diff] | 
Version 13.5.212.10 Version incremented at https://cr-buildbucket.appspot.com/build/8719872534424337185 Change-Id: I5919d33c8db07a27ddbe5b04b06f730fda624f37 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6375625 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/13.5@{#19} Cr-Branched-From: c206c46cd0bd65b02e85abe5965d82e4beb7d453-refs/heads/13.5.212@{#1} Cr-Branched-From: af3cadca9bd27c08733f1635b554e8721a342668-refs/heads/main@{#99020}
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.