| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e01433d commit 0229a24
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,7 +34,7 @@ const { | |||
| 34 | 34 | ObjectDefineProperties, | |
| 35 | 35 | ObjectDefineProperty, | |
| 36 | 36 | ObjectSetPrototypeOf, | |
| 37 | - Symbol, | ||
| 37 | + SymbolSpecies, | ||
| 38 | 38 | SymbolToPrimitive, | |
| 39 | 39 | } = primordials; | |
| 40 | 40 | ||
@@ -268,7 +268,7 @@ function Buffer(arg, encodingOrOffset, length) { | |||
| 268 | 268 | return Buffer.from(arg, encodingOrOffset, length); | |
| 269 | 269 | } | |
| 270 | 270 | ||
| 271 | - ObjectDefineProperty(Buffer, Symbol.species, { | ||
| 271 | + ObjectDefineProperty(Buffer, SymbolSpecies, { | ||
| 272 | 272 | enumerable: false, | |
| 273 | 273 | configurable: true, | |
| 274 | 274 | get() { return FastBuffer; } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments