This commit is contained in:
Michael Schimmel
2025-09-12 08:51:52 +02:00
parent 9b359eb75b
commit 695e854cc3
5 changed files with 783 additions and 32 deletions
+1
View File
@@ -212,6 +212,7 @@ end;
function TNativeClosure.GetUpvalues: TArray<IValueCell>;
begin
Result := nil;
end;
{ TEvaluatorVisitor }