Searched refs:ValueIsNull (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fxjs/ |
D | cfxjse_formcalc_context.cpp | 627 if (ValueIsNull(pThis, argOne.get())) { in Abs() 716 if (ValueIsNull(pThis, argValue.get())) { in Ceil() 788 if (ValueIsNull(pThis, argValue.get())) { in Floor() 1130 if (ValueIsNull(pThis, dateValue.get())) { in Date2Num() 1139 if (ValueIsNull(pThis, formatValue.get())) { in Date2Num() 1149 if (ValueIsNull(pThis, localValue.get())) { in Date2Num() 1230 if (ValueIsNull(pThis, argOne.get())) { in IsoTime2Num() 1360 if (ValueIsNull(pThis, dateValue.get())) { in Num2Date() 1373 if (ValueIsNull(pThis, formatValue.get())) { in Num2Date() 1383 if (ValueIsNull(pThis, localValue.get())) { in Num2Date() [all …]
|
D | cfxjse_formcalc_context.h | 411 static bool ValueIsNull(CFXJSE_Value* pThis, CFXJSE_Value* pValue);
|