[Webkit-unassigned] [Bug 166046] New: CallWith and ConstructorCallWith with multiple values do not respect order
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 19 16:08:37 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=166046
Bug ID: 166046
Summary: CallWith and ConstructorCallWith with multiple values
do not respect order
Classification: Unclassified
Product: WebKit
Version: WebKit Local Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Bindings
Assignee: webkit-unassigned at lists.webkit.org
Reporter: dbates at webkit.org
CC: cdumez at apple.com
The IDL extended attributes CallWith and ConstructorCallWith may have more than one value, separated by a '&'. When these attributes have more than one value then the generated code does not respect the order these values were written. So, CallWith=A&B may generate code that passes B and then A or passes A then B depending on the types of A and B. I propose that we standardize on the ordering written in the IDL such that CallWith=A&B always generates code that passes A and then B in that order.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161220/34187b82/attachment.html>
More information about the webkit-unassigned
mailing list