| commit | e5022cbdd136fcd483320b911c8669345127915e | [log] [tgz] | 
|---|---|---|
| author | Michael Lippautz <mlippautz@chromium.org> | Tue Aug 26 06:32:27 2025 | 
| committer | Leszek Swirski <leszeks@chromium.org> | Tue Aug 26 07:15:05 2025 | 
| tree | a7cfb89e65d3e1627b481aca986f8e4065737991 | |
| parent | c666c073a7a40db09616f09856954e2c366b4750 [diff] | 
Version 14.1.121.1 (cherry-pick) Merged cb3c439ddd7d3cfdbb1c07497cb59aa36709a830 Revert "[heap] Refactor new space containment calls" Change-Id: I28aa6d3bd9bfde72f4a4a57a1a68e090dd9937c3 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6883690 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Owners-Override: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/14.1.121@{#2} Cr-Branched-From: 4e40a152e9ca16ed3915efee42516d57649a39e2-refs/heads/main@{#102026}
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.