mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
Shell: Rename the verb {lookup => look_up}
This commit is contained in:
parent
4d00b372c8
commit
24c7995743
Notes:
sideshowbarker
2024-07-16 20:39:15 +09:00
Author: https://github.com/alimpfard
Commit: 24c7995743
Pull-request: https://github.com/SerenityOS/serenity/pull/18429
Reviewed-by: https://github.com/nico ✅
5 changed files with 22 additions and 22 deletions
|
@ -183,7 +183,7 @@ public:
|
|||
static bool has_history_event(StringView);
|
||||
|
||||
ErrorOr<RefPtr<AST::Value const>> get_argument(size_t) const;
|
||||
ErrorOr<RefPtr<AST::Value const>> lookup_local_variable(StringView) const;
|
||||
ErrorOr<RefPtr<AST::Value const>> look_up_local_variable(StringView) const;
|
||||
ErrorOr<DeprecatedString> local_variable_or(StringView, DeprecatedString const&) const;
|
||||
void set_local_variable(DeprecatedString const&, RefPtr<AST::Value>, bool only_in_current_frame = false);
|
||||
void unset_local_variable(StringView, bool only_in_current_frame = false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue