mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-15 23:09:05 +00:00
LibJS: Mark [[HostDefined]] accessor on scripts as const
This commit is contained in:
parent
fb6de442c6
commit
5a3e079deb
Notes:
sideshowbarker
2024-07-17 06:18:34 +09:00
Author: https://github.com/networkException
Commit: 5a3e079deb
Pull-request: https://github.com/SerenityOS/serenity/pull/15275
Reviewed-by: https://github.com/davidot ✅
Reviewed-by: https://github.com/linusg
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public:
|
|||
Realm& realm() { return *m_realm; }
|
||||
Program const& parse_node() const { return *m_parse_node; }
|
||||
|
||||
HostDefined* host_defined() { return m_host_defined; }
|
||||
HostDefined* host_defined() const { return m_host_defined; }
|
||||
StringView filename() const { return m_filename; }
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue