diff --git a/src/js/instrument/esnstrument.js b/src/js/instrument/esnstrument.js index 5b258d3c..b53fa096 100644 --- a/src/js/instrument/esnstrument.js +++ b/src/js/instrument/esnstrument.js @@ -716,7 +716,7 @@ if (typeof J$ === 'undefined') { if (!Config.INSTR_BINARY || Config.INSTR_BINARY(operator, operator)) { printOpIidToLoc(node); var ret = replaceInExpr( - logBinaryOpFunName + "(" + RP + "1, " + RP + "2, " + RP + "3, " + RP + "4," + (createBitPattern(isComputed)) + ")", + logBinaryOpFunName + "(" + RP + "1, " + RP + "2, " + RP + "3, " + RP + "4," + (createBitPattern(isComputed, false, false)) + ")", getOpIid(), createLiteralAst(operator), left,