| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 62bb80c commit d3259d6
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,13 +1,9 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | const { | |
| 3 | + AtomicsNotify, | ||
| 4 | + AtomicsStore, | ||
| 3 | 5 | JSONStringify, | |
| 4 | 6 | SafeMap, | |
| 5 | - globalThis: { | ||
| 6 | - Atomics: { | ||
| 7 | - notify: AtomicsNotify, | ||
| 8 | - store: AtomicsStore, | ||
| 9 | - }, | ||
| 10 | - }, | ||
| 11 | 7 | } = primordials; | |
| 12 | 8 | const { | |
| 13 | 9 | kBadExportsMessage, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,8 @@ | |||
| 2 | 2 | const { | |
| 3 | 3 | ArrayPrototypePush, | |
| 4 | 4 | ArrayPrototypeSlice, | |
| 5 | + AtomicsStore, | ||
| 6 | + AtomicsWait, | ||
| 5 | 7 | Error, | |
| 6 | 8 | FunctionPrototypeBind, | |
| 7 | 9 | FunctionPrototypeCall, | |
@@ -18,10 +20,6 @@ const { | |||
| 18 | 20 | StringPrototypeSlice, | |
| 19 | 21 | StringPrototypeStartsWith, | |
| 20 | 22 | globalThis: { | |
| 21 | - Atomics: { | ||
| 22 | - store: AtomicsStore, | ||
| 23 | - wait: AtomicsWait, | ||
| 24 | - }, | ||
| 25 | 23 | SharedArrayBuffer, | |
| 26 | 24 | }, | |
| 27 | 25 | } = primordials; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments