summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/BigIntConstructor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibJS/Runtime/BigIntConstructor.cpp')
-rw-r--r--Libraries/LibJS/Runtime/BigIntConstructor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Libraries/LibJS/Runtime/BigIntConstructor.cpp b/Libraries/LibJS/Runtime/BigIntConstructor.cpp
index 9dd20b9c05..db6b7d9356 100644
--- a/Libraries/LibJS/Runtime/BigIntConstructor.cpp
+++ b/Libraries/LibJS/Runtime/BigIntConstructor.cpp
@@ -73,12 +73,12 @@ Value BigIntConstructor::construct(Interpreter& interpreter)
return {};
}
-Value BigIntConstructor::as_int_n(Interpreter&)
+JS_DEFINE_NATIVE_FUNCTION(BigIntConstructor::as_int_n)
{
TODO();
}
-Value BigIntConstructor::as_uint_n(Interpreter&)
+JS_DEFINE_NATIVE_FUNCTION(BigIntConstructor::as_uint_n)
{
TODO();
}