Commit 4623da7
authored
Fix Atomics.pause on 32 bits platforms (#1235)
Use JS_VALUE_GET_NORM_TAG to get the type tag, not JS_VALUE_GET_TAG.
The latter doesn't work correctly with NaN boxing.
Refs: #986 (comment)1 parent ca0d50d commit 4623da7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57112 | 57112 | | |
57113 | 57113 | | |
57114 | 57114 | | |
57115 | | - | |
| 57115 | + | |
57116 | 57116 | | |
57117 | 57117 | | |
57118 | 57118 | | |
| |||
0 commit comments