Lines Matching refs:CJS_Value
341 CJS_Value val) { in AF_MakeArrayFromList()
357 StrArray.SetElement(nIndex, CJS_Value(pRuntime, StrTrim(p).c_str())); in AF_MakeArrayFromList()
365 StrArray.SetElement(nIndex, CJS_Value(pRuntime, StrTrim(pSub).c_str())); in AF_MakeArrayFromList()
906 const std::vector<CJS_Value>& params, in AFNumber_Format()
907 CJS_Value& vRet, in AFNumber_Format()
1026 CJS_Value vColElm(pRuntime); in AFNumber_Format()
1047 CJS_Value vColElm(pRuntime); in AFNumber_Format()
1086 const std::vector<CJS_Value>& params, in AFNumber_Keystroke()
1087 CJS_Value& vRet, in AFNumber_Keystroke()
1204 const std::vector<CJS_Value>& params, in AFPercent_Format()
1205 CJS_Value& vRet, in AFPercent_Format()
1297 const std::vector<CJS_Value>& params, in AFPercent_Keystroke()
1298 CJS_Value& vRet, in AFPercent_Keystroke()
1305 const std::vector<CJS_Value>& params, in AFDate_FormatEx()
1306 CJS_Value& vRet, in AFDate_FormatEx()
1419 const std::vector<CJS_Value>& params, in AFDate_KeystrokeEx()
1420 CJS_Value& vRet, in AFDate_KeystrokeEx()
1453 const std::vector<CJS_Value>& params, in AFDate_Format()
1454 CJS_Value& vRet, in AFDate_Format()
1481 std::vector<CJS_Value> newParams; in AFDate_Format()
1483 CJS_Value(CJS_Runtime::FromContext(cc), cFormats[iIndex])); in AFDate_Format()
1490 const std::vector<CJS_Value>& params, in AFDate_Keystroke()
1491 CJS_Value& vRet, in AFDate_Keystroke()
1518 std::vector<CJS_Value> newParams; in AFDate_Keystroke()
1520 CJS_Value(CJS_Runtime::FromContext(cc), cFormats[iIndex])); in AFDate_Keystroke()
1526 const std::vector<CJS_Value>& params, in AFTime_Format()
1527 CJS_Value& vRet, in AFTime_Format()
1542 std::vector<CJS_Value> newParams; in AFTime_Format()
1544 CJS_Value(CJS_Runtime::FromContext(cc), cFormats[iIndex])); in AFTime_Format()
1550 const std::vector<CJS_Value>& params, in AFTime_Keystroke()
1551 CJS_Value& vRet, in AFTime_Keystroke()
1566 std::vector<CJS_Value> newParams; in AFTime_Keystroke()
1568 CJS_Value(CJS_Runtime::FromContext(cc), cFormats[iIndex])); in AFTime_Keystroke()
1573 const std::vector<CJS_Value>& params, in AFTime_FormatEx()
1574 CJS_Value& vRet, in AFTime_FormatEx()
1581 const std::vector<CJS_Value>& params, in AFTime_KeystrokeEx()
1582 CJS_Value& vRet, in AFTime_KeystrokeEx()
1590 const std::vector<CJS_Value>& params, in AFSpecial_Format()
1591 CJS_Value& vRet, in AFSpecial_Format()
1639 const std::vector<CJS_Value>& params, in AFSpecial_KeystrokeEx()
1640 CJS_Value& vRet, in AFSpecial_KeystrokeEx()
1730 const std::vector<CJS_Value>& params, in AFSpecial_Keystroke()
1731 CJS_Value& vRet, in AFSpecial_Keystroke()
1774 std::vector<CJS_Value> params2; in AFSpecial_Keystroke()
1775 params2.push_back(CJS_Value(CJS_Runtime::FromContext(cc), cFormat.c_str())); in AFSpecial_Keystroke()
1780 const std::vector<CJS_Value>& params, in AFMergeChange()
1781 CJS_Value& vRet, in AFMergeChange()
1820 const std::vector<CJS_Value>& params, in AFParseDateEx()
1821 CJS_Value& vRet, in AFParseDateEx()
1849 const std::vector<CJS_Value>& params, in AFSimple()
1850 CJS_Value& vRet, in AFSimple()
1866 const std::vector<CJS_Value>& params, in AFMakeNumber()
1867 CJS_Value& vRet, in AFMakeNumber()
1882 const std::vector<CJS_Value>& params, in AFSimple_Calculate()
1883 CJS_Value& vRet, in AFSimple_Calculate()
1891 CJS_Value params1 = params[1]; in AFSimple_Calculate()
1892 if (!params1.IsArrayObject() && params1.GetType() != CJS_Value::VT_string) { in AFSimple_Calculate()
1909 CJS_Value jsValue(pRuntime); in AFSimple_Calculate()
1968 CJS_Value jsValue(pRuntime, dValue); in AFSimple_Calculate()
1980 const std::vector<CJS_Value>& params, in AFRange_Validate()
1981 CJS_Value& vRet, in AFRange_Validate()
2025 const std::vector<CJS_Value>& params, in AFExtractNums()
2026 CJS_Value& vRet, in AFExtractNums()
2050 nums.SetElement(nIndex, CJS_Value(pRuntime, sPart.c_str())); in AFExtractNums()
2058 nums.SetElement(nIndex, CJS_Value(pRuntime, sPart.c_str())); in AFExtractNums()