Skip to content

Commit 6518775

Browse files
feat: add Object.hasOwn as pure function (#4482)
Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
1 parent 1b1df9b commit 6518775

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ast/nodes/shared/knownGlobals.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ const knownGlobals: GlobalDescription = {
177177
getOwnPropertyNames: PF,
178178
getOwnPropertySymbols: PF,
179179
getPrototypeOf: PF,
180+
hasOwn: PF,
180181
is: PF,
181182
isExtensible: PF,
182183
isFrozen: PF,

0 commit comments

Comments
 (0)