mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 09:07:44 +00:00
LibJS: Add Math.max()
This commit is contained in:
parent
ca90f88d4e
commit
d84de532f1
2 changed files with 24 additions and 0 deletions
|
@ -43,6 +43,7 @@ private:
|
|||
static Value sqrt(Interpreter&);
|
||||
static Value floor(Interpreter&);
|
||||
static Value round(Interpreter&);
|
||||
static Value max(Interpreter&);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue