mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibJS: Add Math.floor()
This commit is contained in:
@@ -41,6 +41,7 @@ private:
|
||||
static Value abs(Interpreter&);
|
||||
static Value random(Interpreter&);
|
||||
static Value sqrt(Interpreter&);
|
||||
static Value floor(Interpreter&);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user