mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-15 23:09:05 +00:00
LibJS: Add parseFloat()
This commit is contained in:
parent
cc42d75209
commit
6f6b089aa0
Notes:
sideshowbarker
2024-07-19 06:33:52 +09:00
Author: https://github.com/linusg
Commit: 6f6b089aa0
3 changed files with 87 additions and 0 deletions
|
@ -58,6 +58,7 @@ private:
|
|||
static Value gc(Interpreter&);
|
||||
static Value is_nan(Interpreter&);
|
||||
static Value is_finite(Interpreter&);
|
||||
static Value parse_float(Interpreter&);
|
||||
|
||||
Shape* m_empty_object_shape { nullptr };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue