commit | 323942700cfe08dfc60eed1c4deaf6063180c678 | [log] [tgz] |
---|---|---|
author | Thibaud Michaud <thibaudm@chromium.org> | Wed Oct 02 11:02:42 2024 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 02 12:31:43 2024 |
tree | c62b07caad2333378df00dddea78fb10fe2302aa | |
parent | 81155a8f3b20fbfc7e36c2419f5326f1d0ad7d75 [diff] |
[wasm][exnref] Accept exnref subtypes for throw_ref Only accepting a strict exnref type was incorrect in two cases: - the stack-polymorphic case, with the bottom type - a noexn param R=jkummerow@chromium.org Fixed: 332931390 Change-Id: I80c96a7026f2469e6a3ce54344c2d5e617b78be7 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5904414 Reviewed-by: Jakob Kummerow <jkummerow@chromium.org> Commit-Queue: Thibaud Michaud <thibaudm@chromium.org> Cr-Commit-Position: refs/heads/main@{#96387}
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.