| commit | 8fa01123d209213d65a0f8e7e05eb1cde178dd19 | [log] [tgz] | 
|---|---|---|
| author | Manos Koukoutos <manoskouk@chromium.org> | Mon Jun 19 09:08:47 2023 | 
| committer | Michael Achenbach <machenbach@chromium.org> | Mon Jun 19 21:16:05 2023 | 
| tree | 85f4f7978cef068c97537a008f2dc2466f444263 | |
| parent | 035a2f7050da64217a7adc13e43c840e36437f57 [diff] | 
Version 11.6.189.1 (cherry-pick) Merged 4c6908c33ceecba30454e32971baee94fe4c3c37 Revert "Reland "[maglev] Avoid emitting phis for exception context"" Change-Id: Iee278d3d0016d1039e8ca28150752b9a997f22a0 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4626801 Owners-Override: Michael Achenbach <machenbach@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/11.6.189@{#2} Cr-Branched-From: 95cbef20e2aa556a1ea75431a48b36c4de6b9934-refs/heads/main@{#88340}
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.