| commit | 17276e15ff73986227ff421aa51dc01bf7b858fc | [log] [tgz] | 
|---|---|---|
| author | V8 Autoroll <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Tue May 06 11:02:47 2025 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Tue May 06 11:03:00 2025 | 
| tree | 741fd0dbeef11be405c975fc57ad248f24ec9c52 | |
| parent | 6ac55f5e4d5d51ba38dc6940f393b9968c9fcc50 [diff] | 
Version 13.6.233.9 Version incremented at https://cr-buildbucket.appspot.com/build/8715625045632170929 Change-Id: I8318cc79b39212cf9856dbf721c6318792de262d Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6512622 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/13.6@{#17} Cr-Branched-From: 04fa9cbe26525ab96ab3ff2a18b5d25e443e12fa-refs/heads/13.6.233@{#1} Cr-Branched-From: f6be4827a049a8c3ea9218934c7bb5728369a3e7-refs/heads/main@{#99571}
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.