| commit | 5926b25c0e89f3b32e27e74bab5ca11132e6bec4 | [log] [tgz] | 
|---|---|---|
| author | Matthias Liedtke <mliedtke@chromium.org> | Tue May 14 13:49:48 2024 | 
| committer | Matthias Liedtke <mliedtke@chromium.org> | Tue May 14 13:56:08 2024 | 
| tree | b91319a17cbed097887f58eba3da70934a259991 | |
| parent | 86c3153c6a8463a1ed375f0835fc6f49627cee85 [diff] | 
Version 12.7.19.1 (cherry-pick) Merged d4ca3766acd4e2b16d77800763a6b773126dffe5 Revert "[interpreter] Only Clear/Restore pending messages when CMD_RETHROW" Change-Id: I3e8d95cedecc8808d56dac85f05f6fa4a8337484 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5538089 Owners-Override: Matthias Liedtke <mliedtke@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/12.7.19@{#2} Cr-Branched-From: 8d9fd972dc4559124b5294f24b88355f3bb511ca-refs/heads/main@{#93886}
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.