mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 03:56:16 +00:00
LibJS: Implement Proxy.revocable()
This commit is contained in:
parent
e39dd65cf0
commit
9b35231453
Notes:
sideshowbarker
2024-07-18 12:35:59 +09:00
Author: https://github.com/linusg
Commit: 9b35231453
Pull-request: https://github.com/SerenityOS/serenity/pull/7926
5 changed files with 121 additions and 10 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue