Bug 269578
| Summary: | [Wasm-GC] Fix error cases in Table.set/grow in JS API | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Asumu Takikawa <asumu> |
| Component: | WebAssembly | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 247394 | ||
Asumu Takikawa
For WebAssembly.Table.set/grow when the type is not defaultable it should throw a type error instead of the current behavior of using a type-incorrect default.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Asumu Takikawa
Pull request: https://github.com/WebKit/WebKit/pull/24622
EWS
Committed 275014@main (e4308dcc1bbe): <https://commits.webkit.org/275014@main>
Reviewed commits have been landed. Closing PR #24622 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/123283979>