Update the WebIDL parser

This commit is contained in:
Anthony Ramine 2018-04-03 14:06:07 +02:00
parent 866a523914
commit 938f1362e7
12 changed files with 104 additions and 244 deletions

View file

@ -4800,7 +4800,7 @@ class CGProxySpecialOperation(CGPerSignatureCall):
False, descriptor, operation,
len(arguments))
if operation.isSetter() or operation.isCreator():
if operation.isSetter():
# arguments[0] is the index or name of the item that we're setting.
argument = arguments[1]
info = getJSToNativeConversionInfo(