mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibJS: Remove callerRealm from HostEnsureCanCompileStrings
This is a normative change in the ecma262 spec. See: https://github.com/tc39/ecma262/commit/2527be4
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 11:08:16 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/77ba3d3e3f Pull-request: https://github.com/SerenityOS/serenity/pull/13773 Reviewed-by: https://github.com/linusg ✅
@@ -56,7 +56,7 @@ enum class EvalMode {
|
||||
Direct,
|
||||
Indirect
|
||||
};
|
||||
ThrowCompletionOr<Value> perform_eval(Value, GlobalObject&, CallerMode, EvalMode);
|
||||
ThrowCompletionOr<Value> perform_eval(GlobalObject&, Value, CallerMode, EvalMode);
|
||||
|
||||
ThrowCompletionOr<void> eval_declaration_instantiation(VM& vm, GlobalObject& global_object, Program const& program, Environment* variable_environment, Environment* lexical_environment, PrivateEnvironment* private_environment, bool strict);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user