mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-24 03:11:53 +00:00
LibJS: Implement Number.isInteger()
This commit is contained in:
parent
7bd6b58b29
commit
14c7988eea
Notes:
sideshowbarker
2024-07-19 07:16:17 +09:00
Author: https://github.com/linusg
Commit: 14c7988eea
Pull-request: https://github.com/SerenityOS/serenity/pull/1973
3 changed files with 46 additions and 0 deletions
|
@ -43,6 +43,7 @@ private:
|
|||
virtual const char* class_name() const override { return "NumberConstructor"; }
|
||||
|
||||
static Value is_finite(Interpreter&);
|
||||
static Value is_integer(Interpreter&);
|
||||
static Value is_nan(Interpreter&);
|
||||
static Value is_safe_integer(Interpreter&);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue