mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
LibJS/Bytecode: Move CreateVariable impl to CommonImplementations
This commit is contained in:
parent
1d3062de9e
commit
54f1f7a51b
Notes:
sideshowbarker
2024-07-16 21:34:08 +09:00
Author: https://github.com/skyrising
Commit: 54f1f7a51b
Pull-request: https://github.com/SerenityOS/serenity/pull/21665
3 changed files with 28 additions and 27 deletions
|
@ -32,5 +32,6 @@ struct CalleeAndThis {
|
|||
ThrowCompletionOr<CalleeAndThis> get_callee_and_this_from_environment(Bytecode::Interpreter&, DeprecatedFlyString const& name, u32 cache_index);
|
||||
Value new_regexp(VM&, ParsedRegex const&, DeprecatedString const& pattern, DeprecatedString const& flags);
|
||||
MarkedVector<Value> argument_list_evaluation(Bytecode::Interpreter&);
|
||||
ThrowCompletionOr<void> create_variable(VM&, DeprecatedFlyString const& name, Op::EnvironmentMode, bool is_global, bool is_immutable, bool is_strict);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue