| commit | 5ca85d22625dbb2526fa35886269f6896df40d07 | [log] [tgz] | 
|---|---|---|
| author | V8 Autoroll <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Tue Jun 17 22:41:15 2025 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Tue Jun 17 22:41:27 2025 | 
| tree | 12a5bfdb95796c036a581b8c0e2e2a2f5b976a74 | |
| parent | 484172fda791fd4b44bfc0a648221e3e12dc848b [diff] | 
Version 13.7.152.18 Version incremented at https://cr-buildbucket.appspot.com/build/8711775995515337505 Change-Id: Ie790c8599ae5b2b88c84e62e6ed0b55e08199c8d Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6652451 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/13.7@{#35} Cr-Branched-From: dd5370d3d251320f6a5bed609ff8e1b71c767d97-refs/heads/13.7.152@{#1} Cr-Branched-From: fa9b75303b0b5d2940a67096dca3babd14aa1fd2-refs/heads/main@{#99927}
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.