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 28cd467 + aca31e2 commit e8019b5Copy full SHA for e8019b5
lib/Runtime/Types/RecyclableObject.cpp
@@ -640,7 +640,7 @@ namespace Js
640
case TypeIds_UInt64Number:
641
{
642
unsigned __int64 leftValue = VarTo<JavascriptUInt64Number>(aLeft)->GetValue();
643
- unsigned __int64 rightValue = VarTo<JavascriptInt64Number>(aRight)->GetValue();
+ unsigned __int64 rightValue = VarTo<JavascriptUInt64Number>(aRight)->GetValue();
644
*value = leftValue == rightValue;
645
return TRUE;
646
}
0 commit comments