* Syntax error class

This commit is contained in:
Michaël Van Canneyt 2021-12-19 22:02:36 +01:00
parent 6376f021f1
commit 1714ad692d

View File

@ -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.