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 28cd467 commit aca31e2Copy full SHA for aca31e2
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