Home | History | Annotate | Download | only in runtime

Lines Matching refs:isNumericCompareFunction

72 static inline bool isNumericCompareFunction(ExecState* exec, CallType callType, const CallData& callData)
83 return executable->generatedBytecodeForCall().isNumericCompareFunction();
504 if (isNumericCompareFunction(exec, callType, callData))