mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
LibJS: Add BigInt
This commit is contained in:
parent
40829b849a
commit
0ff9d7e189
Notes:
sideshowbarker
2024-07-19 05:46:23 +09:00
Author: https://github.com/linusg
Commit: 0ff9d7e189
Pull-request: https://github.com/SerenityOS/serenity/pull/2509
Reviewed-by: https://github.com/alimpfard
32 changed files with 1910 additions and 636 deletions
|
@ -105,6 +105,7 @@ public:
|
|||
virtual bool is_regexp_object() const { return false; }
|
||||
virtual bool is_string_object() const { return false; }
|
||||
virtual bool is_symbol_object() const { return false; }
|
||||
virtual bool is_bigint_object() const { return false; }
|
||||
|
||||
virtual const char* class_name() const override { return "Object"; }
|
||||
virtual void visit_children(Cell::Visitor&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue