diff options
Diffstat (limited to 'Libraries/LibJS/Runtime/MathObject.h')
-rw-r--r-- | Libraries/LibJS/Runtime/MathObject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibJS/Runtime/MathObject.h b/Libraries/LibJS/Runtime/MathObject.h index 1953eeb3a2..21f6130e75 100644 --- a/Libraries/LibJS/Runtime/MathObject.h +++ b/Libraries/LibJS/Runtime/MathObject.h @@ -40,6 +40,7 @@ private: static Value abs(Interpreter&); static Value random(Interpreter&); + static Value sqrt(Interpreter&); }; } |