File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,19 @@ declare namespace primordials {
4646 export import decodeURIComponent = globalThis . decodeURIComponent ;
4747 export import encodeURI = globalThis . encodeURI ;
4848 export import encodeURIComponent = globalThis . encodeURIComponent ;
49+ export const AtomicsAdd : typeof Atomics . add
50+ export const AtomicsAnd : typeof Atomics . and
51+ export const AtomicsCompareExchange : typeof Atomics . compareExchange
52+ export const AtomicsExchange : typeof Atomics . exchange
53+ export const AtomicsIsLockFree : typeof Atomics . isLockFree
54+ export const AtomicsLoad : typeof Atomics . load
55+ export const AtomicsNotify : typeof Atomics . notify
56+ export const AtomicsOr : typeof Atomics . or
57+ export const AtomicsStore : typeof Atomics . store
58+ export const AtomicsSub : typeof Atomics . sub
59+ export const AtomicsWait : typeof Atomics . wait
60+ export const AtomicsWaitAsync : typeof Atomics . waitAsync
61+ export const AtomicsXor : typeof Atomics . xor
4962 export const JSONParse : typeof JSON . parse
5063 export const JSONStringify : typeof JSON . stringify
5164 export const MathAbs : typeof Math . abs
You can’t perform that action at this time.
0 commit comments