mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:57:45 +00:00
LibJS: Move GetObjectPropertyIterator impl to CommonImplementations
This commit is contained in:
parent
25642dfe87
commit
ad81bf47bb
3 changed files with 90 additions and 84 deletions
|
@ -42,5 +42,6 @@ ThrowCompletionOr<void> append(VM& vm, Value lhs, Value rhs, bool is_spread);
|
|||
ThrowCompletionOr<Value> delete_by_id(Bytecode::Interpreter&, Value base, IdentifierTableIndex identifier);
|
||||
ThrowCompletionOr<Value> delete_by_value(Bytecode::Interpreter&, Value base, Value property_key_value);
|
||||
ThrowCompletionOr<Value> delete_by_value_with_this(Bytecode::Interpreter&, Value base, Value property_key_value, Value this_value);
|
||||
ThrowCompletionOr<Object*> get_object_property_iterator(VM&, Value);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue