We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e8371 commit 2b60378Copy full SHA for 2b60378
1 file changed
lib/Runtime/Base/FunctionBody.cpp
@@ -8215,12 +8215,9 @@ namespace Js
8215
// corresponding fields on the entryPointInfo should be rolled back here.
8216
this->runtimeTypeRefs = nullptr;
8217
this->FreePropertyGuards();
8218
- if (this->equivalentTypeCaches != nullptr)
8219
- {
8220
- this->equivalentTypeCacheCount = 0;
8221
- this->equivalentTypeCaches = nullptr;
8222
- this->UnregisterEquivalentTypeCaches();
8223
- }
+ this->equivalentTypeCacheCount = 0;
+ this->equivalentTypeCaches = nullptr;
+ this->UnregisterEquivalentTypeCaches();
8224
8225
this->ResetOnNativeCodeInstallFailure();
8226
}
0 commit comments