mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 16:58:58 +00:00
LibJS: Add fast_is<ArrayIterator>()
This commit is contained in:
parent
73ceb475b9
commit
373ec387c1
Notes:
sideshowbarker
2024-07-17 05:02:35 +09:00
Author: https://github.com/awesomekling
Commit: 373ec387c1
Pull-request: https://github.com/SerenityOS/serenity/pull/22215
2 changed files with 5 additions and 0 deletions
|
@ -191,6 +191,7 @@ public:
|
|||
virtual bool is_native_function() const { return false; }
|
||||
virtual bool is_ecmascript_function_object() const { return false; }
|
||||
virtual bool is_iterator_record() const { return false; }
|
||||
virtual bool is_array_iterator() const { return false; }
|
||||
|
||||
// B.3.7 The [[IsHTMLDDA]] Internal Slot, https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot
|
||||
virtual bool is_htmldda() const { return false; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue