mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 13:19:47 +00:00
LibJS: Implement Math.abs()
This commit is contained in:
@@ -38,6 +38,7 @@ public:
|
||||
private:
|
||||
virtual const char* class_name() const override { return "MathObject"; }
|
||||
|
||||
static Value abs(Interpreter&);
|
||||
static Value random(Interpreter&);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user