Bug 189977
| Summary: | [WHLSL] Make sure every call to synthesized functions is valid | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Myles C. Maxfield <mmaxfield> |
| Component: | WebGPU | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED MOVED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 176199 | ||
Myles C. Maxfield
We synthesize things like operator.length() inside CallExpression._resolveByInstantiation(). We should make sure we catch things like
int x = 7;
x.length(123, 456, 789);
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Myles C. Maxfield
Migrated to https://api.github.com/repos/gpuweb/WHLSL/issues/24
Myles C. Maxfield
https://github.com/gpuweb/WHLSL/issues/24