* Atomics

This commit is contained in:
Michael Van Canneyt 2024-12-04 22:17:05 +01:00
parent 3de2b72867
commit 4a99eea17d

View File

@ -218,6 +218,7 @@ begin
RegisterGlobalObject(TJSFloat64Array,'Float64Array');
RegisterGlobalObject(TJSJSON,'JSON');
RegisterGlobalObject(TJSPromise,'Promise');
RegisterGlobalObject(TJSAtomics,'Atomics');
FLocalObjects:=TJSArray.new;
FLocalObjects.push(nil); // allocate FLocalObjects[0]
FFreeLocalIds:=TJSArray.new;