mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 23:30:20 +00:00
LibWeb: Add scaffold for 'principal realm of realm'
Allowing us to implement other AOs in terms of this one.
This commit is contained in:
parent
cdd78be2d3
commit
f7a4d94b24
Notes:
github-actions[bot]
2024-11-02 00:56:41 +00:00
Author: https://github.com/shannonbooth
Commit: f7a4d94b24
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1955
Reviewed-by: https://github.com/ADKaster ✅
2 changed files with 14 additions and 2 deletions
|
@ -149,6 +149,7 @@ JS::Object& incumbent_global_object();
|
|||
JS::Realm& current_principal_realm();
|
||||
EnvironmentSettingsObject& current_principal_settings_object();
|
||||
|
||||
JS::Realm& principal_realm(JS::Realm&);
|
||||
JS::Object& current_principal_global_object();
|
||||
JS::Realm& relevant_realm(JS::Object const&);
|
||||
EnvironmentSettingsObject& relevant_settings_object(JS::Object const&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue