We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02c0cbc + 556f813 commit 42a40b1Copy full SHA for 42a40b1
lib/Runtime/Types/TypeHandler.cpp
@@ -692,7 +692,7 @@ using namespace Js;
692
if(oldInlineSlotCapacity == newInlineSlotCapacity)
693
{
694
const int oldAuxSlotCapacity = oldTypeHandler->GetSlotCapacity() - oldInlineSlotCapacity;
695
- Assert(oldAuxSlotCapacity < newAuxSlotCapacity);
+ AssertOrFailFast(oldAuxSlotCapacity < newAuxSlotCapacity);
696
if(oldAuxSlotCapacity > 0)
697
698
// Copy aux slots to the new array
0 commit comments