mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 10:48:30 +02:00
webidl: write function with result type undefined as procedure
This commit is contained in:
parent
d35640bf10
commit
88efd9eed6
@ -463,7 +463,7 @@ begin
|
||||
'Double': InvokeName:='InvokeJSDoubleResult';
|
||||
'UnicodeString': InvokeName:='InvokeJSUnicodeStringResult';
|
||||
'TJOB_JSValue': InvokeName:='InvokeJSValueResult';
|
||||
'void':
|
||||
'void','undefined':
|
||||
begin
|
||||
RT:='';
|
||||
InvokeName:='InvokeJSNoResult';
|
||||
|
Loading…
Reference in New Issue
Block a user