Lines Matching refs:ThrowParamCountMismatchException
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()
1280 ->ThrowParamCountMismatchException(L"LocalDateFmt"); in LocalDateFmt()
1318 ->ThrowParamCountMismatchException(L"LocalTimeFmt"); in LocalTimeFmt()
1355 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Num2Date"); in Num2Date()
1496 ->ThrowParamCountMismatchException(L"Num2GMTime"); in Num2GMTime()
1543 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Num2Time"); in Num2Time()
1589 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Time"); in Time()
1607 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Time2Num"); in Time2Num()
1692 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"TimeFmt"); in TimeFmt()
2229 pContext->ThrowParamCountMismatchException(L"Apr"); in Apr()
2282 pContext->ThrowParamCountMismatchException(L"CTerm"); in CTerm()
2313 pContext->ThrowParamCountMismatchException(L"FV"); in FV()
2354 pContext->ThrowParamCountMismatchException(L"IPmt"); in IPmt()
2412 pContext->ThrowParamCountMismatchException(L"NPV"); in NPV()
2454 pContext->ThrowParamCountMismatchException(L"Pmt"); in Pmt()
2489 pContext->ThrowParamCountMismatchException(L"PPmt"); in PPmt()
2547 pContext->ThrowParamCountMismatchException(L"PV"); in PV()
2582 pContext->ThrowParamCountMismatchException(L"Rate"); in Rate()
2613 pContext->ThrowParamCountMismatchException(L"Term"); in Term()
2645 pContext->ThrowParamCountMismatchException(L"Choose"); in Choose()
2712 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Exists"); in Exists()
2723 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"HasValue"); in HasValue()
2744 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Oneof"); in Oneof()
2767 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Within"); in Within()
2801 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"If"); in If()
2816 pContext->ThrowParamCountMismatchException(L"Eval"); in Eval()
2853 pContext->ThrowParamCountMismatchException(L"Ref"); in Ref()
2909 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"UnitType"); in UnitType()
3017 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"UnitValue"); in UnitValue()
3155 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"At"); in At()
3183 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Concat"); in Concat()
3212 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Decode"); in Decode()
3465 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Encode"); in Encode()
3756 pContext->ThrowParamCountMismatchException(L"Format"); in Format()
3836 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Left"); in Left()
3858 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Len"); in Len()
3878 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Lower"); in Lower()
3914 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Ltrim"); in Ltrim()
3935 pContext->ThrowParamCountMismatchException(L"Parse"); in Parse()
4069 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Replace"); in Replace()
4127 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Right"); in Right()
4149 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Rtrim"); in Rtrim()
4169 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Space"); in Space()
4196 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Str"); in Str()
4311 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Stuff"); in Stuff()
4361 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Substr"); in Substr()
4400 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Uuid"); in Uuid()
4418 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Upper"); in Upper()
4455 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"WordNum"); in WordNum()
4654 pContext->ThrowParamCountMismatchException(L"Get"); in Get()
4686 pContext->ThrowParamCountMismatchException(L"Post"); in Post()
4742 pContext->ThrowParamCountMismatchException(L"Put"); in Put()
5463 pContext->ThrowParamCountMismatchException(L"Eval"); in eval_translation()
6236 void CFXJSE_FormCalcContext::ThrowParamCountMismatchException( in ThrowParamCountMismatchException() function in CFXJSE_FormCalcContext