mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-14 18:29:49 +02:00
* Atomics
This commit is contained in:
parent
3de2b72867
commit
4a99eea17d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user