mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 16:28:54 +00:00
LibJS: Port Value::get_method() to GCPtr
This commit is contained in:
parent
9279b0780d
commit
b33b0d60e6
Notes:
sideshowbarker
2024-07-16 22:26:05 +09:00
Author: https://github.com/linusg
Commit: b33b0d60e6
Pull-request: https://github.com/SerenityOS/serenity/pull/18346
13 changed files with 36 additions and 36 deletions
|
@ -392,7 +392,7 @@ public:
|
|||
bool to_boolean() const;
|
||||
|
||||
ThrowCompletionOr<Value> get(VM&, PropertyKey const&) const;
|
||||
ThrowCompletionOr<FunctionObject*> get_method(VM&, PropertyKey const&) const;
|
||||
ThrowCompletionOr<GCPtr<FunctionObject>> get_method(VM&, PropertyKey const&) const;
|
||||
|
||||
ErrorOr<String> to_string_without_side_effects() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue