You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In step 1 of the Atomics.add, typedArray seems to be an ESValue since there is no check such as ValidateTypedArray or something. Atomics.sub does the same.
Unfortunately, typedArray is related to the memory model, and it is complex, and I cannot understand the details. However, it looks like a spec bug, and it is also related to #3486.
The text was updated successfully, but these errors were encountered:
In step 1 of the Atomics.add,
typedArray
seems to be anESValue
since there is no check such asValidateTypedArray
or something. Atomics.sub does the same.Unfortunately, typedArray is related to the memory model, and it is complex, and I cannot understand the details. However, it looks like a spec bug, and it is also related to #3486.
The text was updated successfully, but these errors were encountered: