Searched refs:ThrowParamCountMismatchException (Results 1 – 4 of 4) sorted by relevance
622 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 …]
436 void ThrowParamCountMismatchException(const WideString& method) const;
216 void ThrowParamCountMismatchException(const WideString& method) const;
194 void CJX_Object::ThrowParamCountMismatchException( in ThrowParamCountMismatchException() function in CJX_Object