Implement operations of atomics (#5166)
The following methods were implemented: - Atomics.compareExchange - Atomics.store The implementation is based on PR #4956, only resolved the conflicts. Co-authored-by: Csaba Repasi repasics@inf.u-szeged.hu JerryScript-DCO-1.0-Signed-off-by: Gergo Csizi gergocs@inf.u-szeged.hu
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
tests/jerry/atomics.js
|
||||
tests/jerry/bigint-typedarray-prototype-filter.js
|
||||
tests/jerry/bigint5.js
|
||||
tests/jerry/bigint6.js
|
||||
|
||||
Reference in New Issue
Block a user