mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
LibJS: Add Math.min()
This commit is contained in:
@@ -45,6 +45,7 @@ private:
|
||||
static Value ceil(Interpreter&);
|
||||
static Value round(Interpreter&);
|
||||
static Value max(Interpreter&);
|
||||
static Value min(Interpreter&);
|
||||
static Value trunc(Interpreter&);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user