Skip to content

Commit

Permalink
chore: remove non-existing static functions from known globals (#4313)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Dec 23, 2021
1 parent 84d2382 commit 9927fda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ast/nodes/shared/knownGlobals.ts
Expand Up @@ -173,8 +173,6 @@ const knownGlobals: GlobalDescription = {
__proto__: null,
[ValueProperties]: PURE,
create: PF,
getNotifier: PF,
getOwn: PF,
getOwnPropertyDescriptor: PF,
getOwnPropertyNames: PF,
getOwnPropertySymbols: PF,
Expand Down

0 comments on commit 9927fda

Please sign in to comment.