mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:07:35 +00:00
LibJS: Add isFinite()
This commit is contained in:
parent
8ff2881b1a
commit
7540203ae8
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