Commit 5e428a2
deps: V8: backport 85b390089e51
Original commit message:
[wasm][eh] Fix getArg() when exception has an S128
We cannot read an S128 exception value from JS, but we can read a value
at a higher index in the exception. So accept S128 values when we
compute the encoded index.
[email protected]
Fixed: 403675482
Change-Id: I7cc0238310863b6d579fcbe0a216ddce6f760c8b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6367014
Reviewed-by: Matthias Liedtke <[email protected]>
Commit-Queue: Thibaud Michaud <[email protected]>
Cr-Commit-Position: refs/heads/main@{#99305}
Refs: v8/v8@85b390089e511 parent e8fc63a commit 5e428a2
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2754 | 2754 | | |
2755 | 2755 | | |
2756 | 2756 | | |
| 2757 | + | |
| 2758 | + | |
| 2759 | + | |
2757 | 2760 | | |
2758 | 2761 | | |
2759 | 2762 | | |
2760 | 2763 | | |
2761 | 2764 | | |
2762 | | - | |
2763 | 2765 | | |
2764 | 2766 | | |
2765 | 2767 | | |
| |||
0 commit comments