1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:17:35 +00:00

LibJS: Implement Proxy.revocable()

This commit is contained in:
Linus Groh 2021-06-08 21:48:43 +01:00 committed by Andreas Kling
parent e39dd65cf0
commit 9b35231453
5 changed files with 121 additions and 10 deletions

View file

@ -202,6 +202,7 @@ namespace JS {
P(preventExtensions) \
P(propertyIsEnumerable) \
P(prototype) \
P(proxy) \
P(push) \
P(race) \
P(random) \
@ -212,6 +213,8 @@ namespace JS {
P(repeat) \
P(resolve) \
P(reverse) \
P(revocable) \
P(revoke) \
P(round) \
P(seal) \
P(set) \