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 44a59f2 + 33885c7 commit 97eeb2fCopy full SHA for 97eeb2f
lib/Runtime/Base/FunctionBody.cpp
@@ -1462,6 +1462,8 @@ namespace Js
1462
CopyDeferParseField(deferredPrototypeType);
1463
CopyDeferParseField(undeferredFunctionType);
1464
#undef CopyDeferParseField
1465
+
1466
+ other->SetFunctionObjectTypeList(this->GetFunctionObjectTypeList());
1467
}
1468
1469
void ParseableFunctionInfo::Copy(ParseableFunctionInfo * other)
@@ -1496,8 +1498,6 @@ namespace Js
1496
1498
CopyDeferParseField(m_isAsmjsMode);
1497
1499
CopyDeferParseField(m_isAsmJsFunction);
1500
- other->SetFunctionObjectTypeList(this->GetFunctionObjectTypeList());
-
1501
PropertyId * propertyIds = this->GetPropertyIdsForScopeSlotArray();
1502
if (propertyIds != nullptr)
1503
{
0 commit comments