mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 10:01:13 +09:00
LibJS/JIT: Compile the DeleteById instruction
This commit is contained in:
parent
0104225d9b
commit
f5fcd4596c
Notes:
sideshowbarker
2024-07-17 21:26:19 +09:00
Author: https://github.com/jakubberkop
Commit: f5fcd4596c
Pull-request: https://github.com/SerenityOS/serenity/pull/21680
6 changed files with 33 additions and 6 deletions
|
@ -39,5 +39,6 @@ Object* iterator_to_object(VM&, IteratorRecord);
|
|||
IteratorRecord object_to_iterator(VM&, Object&);
|
||||
ThrowCompletionOr<NonnullGCPtr<Array>> iterator_to_array(VM&, Value iterator);
|
||||
ThrowCompletionOr<void> append(VM& vm, Value lhs, Value rhs, bool is_spread);
|
||||
ThrowCompletionOr<Value> delete_by_id(Bytecode::Interpreter&, Value base, IdentifierTableIndex identifier);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue