mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 05:00:07 +02:00
* New type of argument
This commit is contained in:
parent
2a4f4ef420
commit
2824f592a3
@ -83,8 +83,9 @@ const
|
||||
JOBArgDictionary = 12; // followed by count and pairs
|
||||
JOBArgArrayOfJSValue = 13; // followed by count and values
|
||||
JOBArgArrayOfDouble = 14; // followed by count and pointer
|
||||
JOBArgArrayOfByte = 15; // followed by count and pointer
|
||||
|
||||
JOBArgNames: array[0..14] of string = (
|
||||
JOBArgNames: array[0..15] of string = (
|
||||
'Undefined',
|
||||
'Longint',
|
||||
'Double',
|
||||
@ -99,7 +100,8 @@ const
|
||||
'Method',
|
||||
'Dictionary',
|
||||
'ArrayOfJSValue',
|
||||
'ArrayOfDouble'
|
||||
'ArrayOfJSDouble',
|
||||
'ArrayOfByte'
|
||||
);
|
||||
|
||||
JOBInvokeCall = 0; // call function
|
||||
|
Loading…
Reference in New Issue
Block a user