| commit | b5f7eab40bf7a2f2b1d6acf93a8f672a7cc63df9 | [log] [tgz] | 
|---|---|---|
| author | Leszek Swirski <leszeks@chromium.org> | Thu May 15 15:20:30 2025 | 
| committer | Leszek Swirski <leszeks@chromium.org> | Thu May 15 16:18:10 2025 | 
| tree | 72aec929cb40a923121d8f02e6aaf67fb91684d5 | |
| parent | 964ced9373be3f5065bb08db9142b725fc192d6a [diff] | 
Version 13.8.155.1 (cherry-pick) Merged 1427eb7ff3a907a43fbfffcc44f28f2df1a1bae0 [profiler] Fix mutable constant Change-Id: I6a630a2807d12bbbd3c915e4a625d306483e3776 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6551733 Owners-Override: Leszek Swirski <leszeks@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/13.8.155@{#2} Cr-Branched-From: 454bcb1cc1adc1b8cdcd8f1975b5983e7dd48c65-refs/heads/main@{#100285}
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.