• Home
  • Raw
  • Download

Lines Matching refs:ThrowParamCountMismatchException

515     ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Abs");  in Abs()
604 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Ceil"); in Ceil()
677 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Floor"); in Floor()
845 pContext->ThrowParamCountMismatchException(L"Mod"); in Mod()
881 pContext->ThrowParamCountMismatchException(L"Round"); in Round()
1002 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Date"); in Date()
1027 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Date2Num"); in Date2Num()
1077 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Date2Num"); in DateFmt()
1115 ->ThrowParamCountMismatchException(L"IsoDate2Num"); in IsoDate2Num()
1136 pContext->ThrowParamCountMismatchException(L"IsoTime2Num"); in IsoTime2Num()
1195 ->ThrowParamCountMismatchException(L"LocalDateFmt"); in LocalDateFmt()
1233 ->ThrowParamCountMismatchException(L"LocalTimeFmt"); in LocalTimeFmt()
1270 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Num2Date"); in Num2Date()
1412 ->ThrowParamCountMismatchException(L"Num2GMTime"); in Num2GMTime()
1459 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Num2Time"); in Num2Time()
1505 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Time"); in Time()
1523 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Time2Num"); in Time2Num()
1613 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"TimeFmt"); in TimeFmt()
2344 pContext->ThrowParamCountMismatchException(L"Apr"); in Apr()
2398 pContext->ThrowParamCountMismatchException(L"CTerm"); in CTerm()
2430 pContext->ThrowParamCountMismatchException(L"FV"); in FV()
2471 pContext->ThrowParamCountMismatchException(L"IPmt"); in IPmt()
2529 pContext->ThrowParamCountMismatchException(L"NPV"); in NPV()
2571 pContext->ThrowParamCountMismatchException(L"Pmt"); in Pmt()
2606 pContext->ThrowParamCountMismatchException(L"PPmt"); in PPmt()
2664 pContext->ThrowParamCountMismatchException(L"PV"); in PV()
2699 pContext->ThrowParamCountMismatchException(L"Rate"); in Rate()
2731 pContext->ThrowParamCountMismatchException(L"Term"); in Term()
2764 pContext->ThrowParamCountMismatchException(L"Choose"); in Choose()
2833 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Exists"); in Exists()
2844 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"HasValue"); in HasValue()
2865 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Oneof"); in Oneof()
2888 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Within"); in Within()
2925 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"If"); in If()
2940 pContext->ThrowParamCountMismatchException(L"Eval"); in Eval()
2975 pContext->ThrowParamCountMismatchException(L"Ref"); in Ref()
3031 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"UnitType"); in UnitType()
3144 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"UnitValue"); in UnitValue()
3287 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"At"); in At()
3317 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Concat"); in Concat()
3349 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Decode"); in Decode()
3616 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Encode"); in Encode()
3928 pContext->ThrowParamCountMismatchException(L"Format"); in Format()
4005 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Left"); in Left()
4028 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Len"); in Len()
4049 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Lower"); in Lower()
4086 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Ltrim"); in Ltrim()
4108 pContext->ThrowParamCountMismatchException(L"Parse"); in Parse()
4239 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Replace"); in Replace()
4297 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Right"); in Right()
4320 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Rtrim"); in Rtrim()
4341 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Space"); in Space()
4368 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Str"); in Str()
4484 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Stuff"); in Stuff()
4533 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Substr"); in Substr()
4573 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Uuid"); in Uuid()
4596 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Upper"); in Upper()
4635 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"WordNum"); in WordNum()
4835 pContext->ThrowParamCountMismatchException(L"Get"); in Get()
4868 pContext->ThrowParamCountMismatchException(L"Post"); in Post()
4926 pContext->ThrowParamCountMismatchException(L"Put"); in Put()
5640 pContext->ThrowParamCountMismatchException(L"Eval"); in eval_translation()
6404 void CXFA_FM2JSContext::ThrowParamCountMismatchException( in ThrowParamCountMismatchException() function in CXFA_FM2JSContext