| commit | 7867c7c0604f2e1958569c79a1dab32264f18eaa | [log] [tgz] |
|---|---|---|
| author | Dominik Inführ <dinfuehr@chromium.org> | Thu Feb 15 08:36:27 2024 |
| committer | Matthias Liedtke <mliedtke@chromium.org> | Thu Feb 15 10:36:09 2024 |
| tree | 2725de4d6e20be2771cc3efc182aaeebf5b9dc1e | |
| parent | 08294ff5efd6e8902f1988d405fa9501e496ee8d [diff] |
Version 12.3.200.1 (cherry-pick) Merged f6a1b4e7060f2af02e02742404ca582d3776018c Revert "[compiler] Add fake handles slots to safepoint table" Change-Id: If054d56ba6a57b5d0dede8a195dca2508e57f644 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5300294 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Owners-Override: Matthias Liedtke <mliedtke@chromium.org> Cr-Commit-Position: refs/heads/12.3.200@{#2} Cr-Branched-From: de06cf0f00c19e02aaceb3178bf33e3569475477-refs/heads/main@{#92318}
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.