Skip to content

Commit 825f388

Browse files
committed
Private slots information is stubbed to the object array instance.
Due to that this assert will be fired. Removed this assert.
1 parent 6e530f4 commit 825f388

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Runtime/Types/DynamicType.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,6 @@ namespace Js
482482
if (this->HasObjectArray())
483483
{
484484
arrayObject = this->GetObjectArrayOrFlagsAsArray();
485-
Assert(arrayObject->GetPropertyCount() == 0);
486485
}
487486
return enumerator->Initialize(prefixEnumerator, arrayObject, this, flags, requestContext, enumeratorCache);
488487
}

0 commit comments

Comments
 (0)