mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:27:43 +00:00
LibJS: Add StringIterator
This commit is contained in:
parent
ac2470e66e
commit
c831fb17bf
13 changed files with 252 additions and 3 deletions
|
@ -123,6 +123,7 @@ public:
|
|||
virtual bool is_number_object() const { return false; }
|
||||
virtual bool is_symbol_object() const { return false; }
|
||||
virtual bool is_bigint_object() const { return false; }
|
||||
virtual bool is_string_iterator_object() const { return false; }
|
||||
virtual bool is_array_iterator_object() const { return false; }
|
||||
|
||||
virtual const char* class_name() const override { return "Object"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue