Skip to content

Commit 9c8894e

Browse files
authored
feat: add object-known-globals (#4429)
1 parent 994c1ec commit 9c8894e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/ast/nodes/shared/knownGlobals.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ const knownGlobals: GlobalDescription = {
182182
isFrozen: PF,
183183
isSealed: PF,
184184
keys: PF,
185+
fromEntries: PF,
186+
entries: PF,
185187
prototype: O
186188
},
187189
parseFloat: PF,

0 commit comments

Comments
 (0)