Home | History | Annotate | Download | only in runtime

Lines Matching refs:compareResult

525             double compareResult;
527 compareResult = 1; // don't check minObj because there's no need to differentiate == (0) from > (1)
529 compareResult = -1;
534 compareResult = call(exec, function, callType, callData, exec->globalThisValue(), l).toNumber(exec);
536 compareResult = (jObj.toString(exec) < minObj.toString(exec)) ? -1 : 1;
538 if (compareResult < 0) {