[Webkit-unassigned] [Bug 189977] New: [WHLSL] Make sure every call to synthesized functions is valid
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 25 16:20:15 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=189977
Bug ID: 189977
Summary: [WHLSL] Make sure every call to synthesized functions
is valid
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebGPU
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mmaxfield at apple.com
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);
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180925/46563153/attachment-0001.html>
More information about the webkit-unassigned
mailing list