mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
optimize Object::enumeration
Signed-off-by: seonghyun kim <sh8281.kim@samsung.com>
This commit is contained in:
parent
96293e2716
commit
abc8d38ff7
14 changed files with 175 additions and 97 deletions
|
|
@ -136,9 +136,4 @@ bool ArgumentsObject::deleteOwnProperty(ExecutionState& state, const ObjectPrope
|
|||
{
|
||||
return Object::deleteOwnProperty(state, P);
|
||||
}
|
||||
|
||||
void ArgumentsObject::enumeration(ExecutionState& state, std::function<bool(const ObjectPropertyName&, const ObjectStructurePropertyDescriptor& desc)> callback) ESCARGOT_OBJECT_SUBCLASS_MUST_REDEFINE
|
||||
{
|
||||
Object::enumeration(state, callback);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue