Home
last modified time | relevance | path

Searched refs:ThrowParamCountMismatchException (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp622 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Abs"); in Abs()
711 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Ceil"); in Ceil()
783 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Floor"); in Floor()
950 pContext->ThrowParamCountMismatchException(L"Mod"); in Mod()
986 pContext->ThrowParamCountMismatchException(L"Round"); in Round()
1105 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Date"); in Date()
1125 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Date2Num"); in Date2Num()
1169 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Date2Num"); in DateFmt()
1207 ->ThrowParamCountMismatchException(L"IsoDate2Num"); in IsoDate2Num()
1225 pContext->ThrowParamCountMismatchException(L"IsoTime2Num"); in IsoTime2Num()
[all …]
Dcfxjse_formcalc_context.h436 void ThrowParamCountMismatchException(const WideString& method) const;
/external/pdfium/fxjs/xfa/
Dcjx_object.h216 void ThrowParamCountMismatchException(const WideString& method) const;
Dcjx_object.cpp194 void CJX_Object::ThrowParamCountMismatchException( in ThrowParamCountMismatchException() function in CJX_Object