Skip to content

Commit

Permalink
feat: add Object.hasOwn as pure function (#4482)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
  • Loading branch information
dnalborczyk and lukastaegert committed Apr 30, 2022
1 parent 1b1df9b commit 6518775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ast/nodes/shared/knownGlobals.ts
Expand Up @@ -177,6 +177,7 @@ const knownGlobals: GlobalDescription = {
getOwnPropertyNames: PF,
getOwnPropertySymbols: PF,
getPrototypeOf: PF,
hasOwn: PF,
is: PF,
isExtensible: PF,
isFrozen: PF,
Expand Down

0 comments on commit 6518775

Please sign in to comment.