| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0229a24 commit 61e794b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,6 +12,7 @@ const { | |||
| 12 | 12 | ObjectFreeze, | |
| 13 | 13 | ObjectGetOwnPropertyDescriptors, | |
| 14 | 14 | RegExpPrototypeTest, | |
| 15 | + SetPrototype, | ||
| 15 | 16 | SetPrototypeHas, | |
| 16 | 17 | StringPrototypeReplace, | |
| 17 | 18 | } = primordials; | |
@@ -284,7 +285,7 @@ function buildAllowedFlags() { | |||
| 284 | 285 | // each object. | |
| 285 | 286 | const nodeFlags = ObjectDefineProperties( | |
| 286 | 287 | new Set(allowedNodeEnvironmentFlags.map(trimLeadingDashes)), | |
| 287 | - ObjectGetOwnPropertyDescriptors(Set.prototype) | ||
| 288 | + ObjectGetOwnPropertyDescriptors(SetPrototype) | ||
| 288 | 289 | ); | |
| 289 | 290 | ||
| 290 | 291 | class NodeEnvironmentFlagsSet extends Set { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments