mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-09 08:37:46 +02:00
* Syntax error class
This commit is contained in:
parent
6376f021f1
commit
1714ad692d
@ -863,6 +863,7 @@ type
|
||||
function next: TJSIteratorResult;
|
||||
end;
|
||||
|
||||
TJSSyntaxError = class external name 'SyntaxError' (TJSError);
|
||||
|
||||
var
|
||||
// JSArguments can be used in procedures/functions to provide access to the 'arguments' array.
|
||||
|
Loading…
Reference in New Issue
Block a user