Skip to content

Commit e055dbb

Browse files
committed
Merged PR 163251: Private slots information is stubbed to the object array instance.
Private slots information is stubbed to the object array instance. Due to that this assert will be fired. Removed this assert.
2 parents 7291e33 + 825f388 commit e055dbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Runtime/Types/DynamicType.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,6 @@ namespace Js
487487
if (this->HasObjectArray())
488488
{
489489
arrayObject = this->GetObjectArrayOrFlagsAsArray();
490-
Assert(arrayObject->GetPropertyCount() == 0);
491490
}
492491
return enumerator->Initialize(prefixEnumerator, arrayObject, this, flags, requestContext, enumeratorCache);
493492
}

0 commit comments

Comments
 (0)