Skip to content

Commit

Permalink
feat: add object-known-globals (#4429)
Browse files Browse the repository at this point in the history
  • Loading branch information
869288142 committed Mar 6, 2022
1 parent 994c1ec commit 9c8894e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ast/nodes/shared/knownGlobals.ts
Expand Up @@ -182,6 +182,8 @@ const knownGlobals: GlobalDescription = {
isFrozen: PF,
isSealed: PF,
keys: PF,
fromEntries: PF,
entries: PF,
prototype: O
},
parseFloat: PF,
Expand Down

0 comments on commit 9c8894e

Please sign in to comment.