| commit | 429baddfa860960fe66ab0346acab1ace326eb5c | [log] [tgz] | 
|---|---|---|
| author | Leszek Swirski <leszeks@chromium.org> | Mon Oct 28 07:15:00 2024 | 
| committer | Leszek Swirski <leszeks@chromium.org> | Mon Oct 28 07:52:06 2024 | 
| tree | 9b0feb4a1e89d2a63a38fd11e205896530005f12 | |
| parent | 81ee1726eba027b8160dd85b6802f4b319c191cb [diff] | 
Version 13.2.74.1 (cherry-pick) Merged e280f51ab8ebdf560ab3bbf1816f781b8e99d5e5 [cppgc] Fix yielding inside ConcurrentSweepTask Change-Id: Ifda279e65d6f3d61129b342db191dd5a6e3cb602 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5966899 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Owners-Override: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/13.2.74@{#2} Cr-Branched-From: 2a64c25ef691a2e7a96292a87473c7bff871123d-refs/heads/main@{#96844}
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.