mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 16:19:23 +00:00
LibJS: Add and use ValidateNonRevokedProxy AO
This refactor is from two editorial changes to the spec from a while back.44d1cae2b2
21ffeee869
This commit is contained in:
parent
e48645c83f
commit
9bae24cc4a
Notes:
github-actions[bot]
2025-04-24 08:38:42 +00:00
Author: https://github.com/ADKaster
Commit: 9bae24cc4a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4437
4 changed files with 107 additions and 122 deletions
|
@ -44,6 +44,7 @@ public:
|
|||
virtual ThrowCompletionOr<GC::RootVector<Value>> internal_own_property_keys() const override;
|
||||
virtual ThrowCompletionOr<Value> internal_call(Value this_argument, ReadonlySpan<Value> arguments_list) override;
|
||||
virtual ThrowCompletionOr<GC::Ref<Object>> internal_construct(ReadonlySpan<Value> arguments_list, FunctionObject& new_target) override;
|
||||
ThrowCompletionOr<void> validate_non_revoked_proxy() const;
|
||||
|
||||
private:
|
||||
ProxyObject(Object& target, Object& handler, Object& prototype);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue