mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibJS: Add Math.max()
This commit is contained in:
parent
ca90f88d4e
commit
d84de532f1
Notes:
sideshowbarker
2024-07-19 07:55:08 +09:00
Author: https://github.com/awesomekling
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