summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Reference.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/Reference.h')
-rw-r--r--Userland/Libraries/LibJS/Runtime/Reference.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibJS/Runtime/Reference.h b/Userland/Libraries/LibJS/Runtime/Reference.h
index f0d716b296..8c278cda6f 100644
--- a/Userland/Libraries/LibJS/Runtime/Reference.h
+++ b/Userland/Libraries/LibJS/Runtime/Reference.h
@@ -121,7 +121,7 @@ public:
return m_base_type == BaseType::Environment;
}
- ThrowCompletionOr<void> initialize_referenced_binding(VM&, Value value) const;
+ ThrowCompletionOr<void> initialize_referenced_binding(VM&, Value value, Environment::InitializeBindingHint hint = Environment::InitializeBindingHint::Normal) const;
ThrowCompletionOr<void> put_value(VM&, Value);
ThrowCompletionOr<Value> get_value(VM&) const;