mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 16:58:58 +00:00
LibJS: Remove callerRealm from HostEnsureCanCompileStrings
This is a normative change in the ecma262 spec.
See: 2527be4
This commit is contained in:
parent
a0a4d169f4
commit
77ba3d3e3f
Notes:
sideshowbarker
2024-07-17 11:08:16 +09:00
Author: https://github.com/Lubrsi
Commit: 77ba3d3e3f
Pull-request: https://github.com/SerenityOS/serenity/pull/13773
Reviewed-by: https://github.com/linusg ✅
7 changed files with 79 additions and 87 deletions
|
@ -234,7 +234,7 @@ public:
|
|||
Function<void(Function<ThrowCompletionOr<Value>()>, Realm*)> host_enqueue_promise_job;
|
||||
Function<JobCallback(FunctionObject&)> host_make_job_callback;
|
||||
Function<ThrowCompletionOr<HostResizeArrayBufferResult>(GlobalObject&, size_t)> host_resize_array_buffer;
|
||||
Function<ThrowCompletionOr<void>(Realm&, Realm&)> host_ensure_can_compile_strings;
|
||||
Function<ThrowCompletionOr<void>(Realm&)> host_ensure_can_compile_strings;
|
||||
|
||||
private:
|
||||
explicit VM(OwnPtr<CustomData>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue