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 9494769 + 97eeb2f commit 5d23077Copy full SHA for 5d23077
lib/Runtime/Base/FunctionBody.cpp
@@ -1474,6 +1474,8 @@ namespace Js
1474
CopyDeferParseField(deferredPrototypeType);
1475
CopyDeferParseField(undeferredFunctionType);
1476
#undef CopyDeferParseField
1477
+
1478
+ other->SetFunctionObjectTypeList(this->GetFunctionObjectTypeList());
1479
}
1480
1481
void ParseableFunctionInfo::Copy(ParseableFunctionInfo * other)
@@ -1508,8 +1510,6 @@ namespace Js
1508
1510
CopyDeferParseField(m_isAsmjsMode);
1509
1511
CopyDeferParseField(m_isAsmJsFunction);
1512
- other->SetFunctionObjectTypeList(this->GetFunctionObjectTypeList());
-
1513
PropertyId * propertyIds = this->GetPropertyIdsForScopeSlotArray();
1514
if (propertyIds != nullptr)
1515
{
0 commit comments