mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibJS: Remove unused FunctionEnvironment::replace_this_binding()
This commit is contained in:
parent
3b0da8b28c
commit
a456eae4b1
Notes:
sideshowbarker
2024-07-18 02:52:51 +09:00
Author: https://github.com/linusg
Commit: a456eae4b1
Pull-request: https://github.com/SerenityOS/serenity/pull/10413
Reviewed-by: https://github.com/IdanHo ✅
1 changed files with 0 additions and 3 deletions
|
@ -28,9 +28,6 @@ public:
|
|||
Value this_value() const { return m_this_value; }
|
||||
void set_this_value(Value value) { m_this_value = value; }
|
||||
|
||||
// Not a standard operation.
|
||||
void replace_this_binding(Value this_value) { m_this_value = this_value; }
|
||||
|
||||
// [[ThisBindingStatus]]
|
||||
ThisBindingStatus this_binding_status() const { return m_this_binding_status; }
|
||||
void set_this_binding_status(ThisBindingStatus status) { m_this_binding_status = status; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue