commit f40a0385489b38e2791467391a2741820d6b7803
parent 757f7f0b0abc7ab38112e7616c173ff1cc049ed9
Author: Lando <lando@lando.test>
Date: Thu, 27 Nov 2025 21:07:54 +0000
Bug 2000328: apply code formatting via Lando
# ignore-this-changeset
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/js/src/jit/CodeGenerator.cpp b/js/src/jit/CodeGenerator.cpp
@@ -22695,11 +22695,11 @@ void CodeGenerator::visitWeakMapGetObject(LWeakMapGetObject* ins) {
masm.loadPrivate(mapAddr, hashTable);
// Hash and scramble address of object.
-#ifdef JS_PUNBOX64
+# ifdef JS_PUNBOX64
ValueOperand boxedObj(scratch);
-#else
+# else
ValueOperand boxedObj(scratch, obj);
-#endif
+# endif
masm.tagValue(JSVAL_TYPE_OBJECT, obj, boxedObj);
masm.hashAndScrambleValue(boxedObj, hashCode, scratch2);
masm.prepareHashMFBT(hashCode, /*alreadyScrambled*/ true);