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.
1 parent 02c0cbc commit 556f813Copy full SHA for 556f813
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