diff options
Diffstat (limited to 'ext/node/polyfills/string_decoder.ts')
-rw-r--r-- | ext/node/polyfills/string_decoder.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/node/polyfills/string_decoder.ts b/ext/node/polyfills/string_decoder.ts index 4a49c2e3e..b4a422e4b 100644 --- a/ext/node/polyfills/string_decoder.ts +++ b/ext/node/polyfills/string_decoder.ts @@ -403,6 +403,7 @@ StringDecoder.prototype.text = function text( ObjectDefineProperties(StringDecoder.prototype, { lastNeed: { + __proto__: null, configurable: true, enumerable: true, get(this: StringDecoder): number { @@ -410,6 +411,7 @@ ObjectDefineProperties(StringDecoder.prototype, { }, }, lastTotal: { + __proto__: null, configurable: true, enumerable: true, get(this: StringDecoder): number { |