| commit | ae251848584272155704cf6ed14456b48a5f1a90 | [log] [tgz] | 
|---|---|---|
| author | V8 Autoroll <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon Mar 31 13:45:35 2025 | 
| committer | Michael Achenbach <machenbach@chromium.org> | Mon Mar 31 13:56:58 2025 | 
| tree | f2866e48d9ac9a78f40c3d6345176aa4b0fd1711 | |
| parent | 04fa9cbe26525ab96ab3ff2a18b5d25e443e12fa [diff] | 
Version 13.6.233.1 Version incremented at https://cr-buildbucket.appspot.com/build/8718876295882988033 Change-Id: I8538b128c44f989ab4d26c4147b3cf24759e84ca Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6415871 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/branch-heads/13.6@{#1} 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.