mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-30 22:28:22 +00:00
LibJS: Add isFinite()
This commit is contained in:
parent
8ff2881b1a
commit
7540203ae8
Notes:
sideshowbarker
2024-07-19 07:23:13 +09:00
Author: https://github.com/linusg
Commit: 7540203ae8
Pull-request: https://github.com/SerenityOS/serenity/pull/1923
3 changed files with 36 additions and 0 deletions
|
@ -53,6 +53,7 @@ private:
|
|||
|
||||
static Value gc(Interpreter&);
|
||||
static Value is_nan(Interpreter&);
|
||||
static Value is_finite(Interpreter&);
|
||||
|
||||
template<typename ConstructorType>
|
||||
void add_constructor(const FlyString& property_name, ConstructorType*&, Object& prototype);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue