Skip to content

Commit 27ea243

Browse files
Renegade334aduh95
andauthored
fixup! lib: improve control abstraction coverage in frozen intrinsics
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 17d237b commit 27ea243

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/internal/freeze_intrinsics.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@ module.exports = function() {
224224
GeneratorFunctionPrototype, // 27.3
225225
AsyncGeneratorFunctionPrototype, // 27.4
226226
// 27.5 GeneratorPrototype
227-
GeneratorFunctionPrototype.prototype,
227+
GeneratorFunctionPrototypePrototype,
228228
// 27.6 AsyncGeneratorPrototype
229-
AsyncGeneratorFunctionPrototype.prototype,
229+
AsyncGeneratorFunctionPrototypePrototype,
230230
AsyncFunctionPrototype, // 27.7
231231

232232
// Other APIs / Web Compatibility

0 commit comments

Comments
 (0)