• Home
  • Raw
  • Download

Lines Matching refs:CFXJSE_Value

460 CFXJSE_FormCalcContext* ToJSContext(CFXJSE_Value* pValue,  in ToJSContext()
618 void CFXJSE_FormCalcContext::Abs(CFXJSE_Value* pThis, in Abs()
626 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in Abs()
640 void CFXJSE_FormCalcContext::Avg(CFXJSE_Value* pThis, in Avg()
653 std::unique_ptr<CFXJSE_Value> argValue = args.GetValue(i); in Avg()
663 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Avg()
668 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Avg()
671 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Avg()
675 auto defaultPropValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Avg()
686 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Avg()
707 void CFXJSE_FormCalcContext::Ceil(CFXJSE_Value* pThis, in Ceil()
715 std::unique_ptr<CFXJSE_Value> argValue = GetSimpleValue(pThis, args, 0); in Ceil()
725 void CFXJSE_FormCalcContext::Count(CFXJSE_Value* pThis, in Count()
732 std::unique_ptr<CFXJSE_Value> argValue = args.GetValue(i); in Count()
737 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Count()
746 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Count()
747 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Count()
748 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Count()
767 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Count()
779 void CFXJSE_FormCalcContext::Floor(CFXJSE_Value* pThis, in Floor()
787 std::unique_ptr<CFXJSE_Value> argValue = GetSimpleValue(pThis, args, 0); in Floor()
797 void CFXJSE_FormCalcContext::Max(CFXJSE_Value* pThis, in Max()
805 std::unique_ptr<CFXJSE_Value> argValue = args.GetValue(i); in Max()
810 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Max()
818 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Max()
819 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Max()
820 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Max()
848 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Max()
871 void CFXJSE_FormCalcContext::Min(CFXJSE_Value* pThis, in Min()
879 std::unique_ptr<CFXJSE_Value> argValue = args.GetValue(i); in Min()
884 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Min()
892 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Min()
893 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Min()
894 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Min()
922 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Min()
945 void CFXJSE_FormCalcContext::Mod(CFXJSE_Value* pThis, in Mod()
954 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in Mod()
955 std::unique_ptr<CFXJSE_Value> argTwo = args.GetValue(1); in Mod()
980 void CFXJSE_FormCalcContext::Round(CFXJSE_Value* pThis, in Round()
990 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in Round()
1005 std::unique_ptr<CFXJSE_Value> argTwo = args.GetValue(1); in Round()
1026 void CFXJSE_FormCalcContext::Sum(CFXJSE_Value* pThis, in Sum()
1040 std::unique_ptr<CFXJSE_Value> argValue = args.GetValue(i); in Sum()
1045 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Sum()
1053 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Sum()
1055 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Sum()
1056 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Sum()
1080 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Sum()
1101 void CFXJSE_FormCalcContext::Date(CFXJSE_Value* pThis, in Date()
1120 void CFXJSE_FormCalcContext::Date2Num(CFXJSE_Value* pThis, in Date2Num()
1129 std::unique_ptr<CFXJSE_Value> dateValue = GetSimpleValue(pThis, args, 0); in Date2Num()
1138 std::unique_ptr<CFXJSE_Value> formatValue = GetSimpleValue(pThis, args, 1); in Date2Num()
1148 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Date2Num()
1164 void CFXJSE_FormCalcContext::DateFmt(CFXJSE_Value* pThis, in DateFmt()
1175 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in DateFmt()
1188 std::unique_ptr<CFXJSE_Value> argLocal = GetSimpleValue(pThis, args, 1); in DateFmt()
1202 void CFXJSE_FormCalcContext::IsoDate2Num(CFXJSE_Value* pThis, in IsoDate2Num()
1210 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in IsoDate2Num()
1220 void CFXJSE_FormCalcContext::IsoTime2Num(CFXJSE_Value* pThis, in IsoTime2Num()
1229 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in IsoTime2Num()
1274 void CFXJSE_FormCalcContext::LocalDateFmt(CFXJSE_Value* pThis, in LocalDateFmt()
1286 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in LocalDateFmt()
1298 std::unique_ptr<CFXJSE_Value> argLocal = GetSimpleValue(pThis, args, 1); in LocalDateFmt()
1312 void CFXJSE_FormCalcContext::LocalTimeFmt(CFXJSE_Value* pThis, in LocalTimeFmt()
1324 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in LocalTimeFmt()
1336 std::unique_ptr<CFXJSE_Value> argLocal = GetSimpleValue(pThis, args, 1); in LocalTimeFmt()
1350 void CFXJSE_FormCalcContext::Num2Date(CFXJSE_Value* pThis, in Num2Date()
1359 std::unique_ptr<CFXJSE_Value> dateValue = GetSimpleValue(pThis, args, 0); in Num2Date()
1372 std::unique_ptr<CFXJSE_Value> formatValue = GetSimpleValue(pThis, args, 1); in Num2Date()
1382 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Num2Date()
1490 void CFXJSE_FormCalcContext::Num2GMTime(CFXJSE_Value* pThis, in Num2GMTime()
1500 std::unique_ptr<CFXJSE_Value> timeValue = GetSimpleValue(pThis, args, 0); in Num2GMTime()
1513 std::unique_ptr<CFXJSE_Value> formatValue = GetSimpleValue(pThis, args, 1); in Num2GMTime()
1523 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Num2GMTime()
1538 void CFXJSE_FormCalcContext::Num2Time(CFXJSE_Value* pThis, in Num2Time()
1547 std::unique_ptr<CFXJSE_Value> timeValue = GetSimpleValue(pThis, args, 0); in Num2Time()
1560 std::unique_ptr<CFXJSE_Value> formatValue = GetSimpleValue(pThis, args, 1); in Num2Time()
1570 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Num2Time()
1585 void CFXJSE_FormCalcContext::Time(CFXJSE_Value* pThis, in Time()
1602 void CFXJSE_FormCalcContext::Time2Num(CFXJSE_Value* pThis, in Time2Num()
1612 std::unique_ptr<CFXJSE_Value> timeValue = GetSimpleValue(pThis, args, 0); in Time2Num()
1621 std::unique_ptr<CFXJSE_Value> formatValue = GetSimpleValue(pThis, args, 1); in Time2Num()
1631 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Time2Num()
1687 void CFXJSE_FormCalcContext::TimeFmt(CFXJSE_Value* pThis, in TimeFmt()
1698 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in TimeFmt()
1710 std::unique_ptr<CFXJSE_Value> argLocal = GetSimpleValue(pThis, args, 1); in TimeFmt()
1992 CFXJSE_Value* pThis, in Local2IsoDate()
2016 CFXJSE_Value* pThis, in IsoDate2Local()
2038 CFXJSE_Value* pThis, in IsoTime2Local()
2120 CFXJSE_Value* pThis, in GetLocalDateFormat()
2143 CFXJSE_Value* pThis, in GetLocalTimeFormat()
2166 CFXJSE_Value* pThis, in GetStandardDateFormat()
2174 CFXJSE_Value* pThis, in GetStandardTimeFormat()
2181 ByteString CFXJSE_FormCalcContext::Num2AllTime(CFXJSE_Value* pThis, in Num2AllTime()
2224 void CFXJSE_FormCalcContext::Apr(CFXJSE_Value* pThis, in Apr()
2233 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Apr()
2234 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Apr()
2235 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Apr()
2277 void CFXJSE_FormCalcContext::CTerm(CFXJSE_Value* pThis, in CTerm()
2286 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in CTerm()
2287 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in CTerm()
2288 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in CTerm()
2308 void CFXJSE_FormCalcContext::FV(CFXJSE_Value* pThis, in FV()
2317 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in FV()
2318 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in FV()
2319 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in FV()
2349 void CFXJSE_FormCalcContext::IPmt(CFXJSE_Value* pThis, in IPmt()
2358 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in IPmt()
2359 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in IPmt()
2360 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in IPmt()
2361 std::unique_ptr<CFXJSE_Value> argFour = GetSimpleValue(pThis, args, 3); in IPmt()
2362 std::unique_ptr<CFXJSE_Value> argFive = GetSimpleValue(pThis, args, 4); in IPmt()
2406 void CFXJSE_FormCalcContext::NPV(CFXJSE_Value* pThis, in NPV()
2416 std::vector<std::unique_ptr<CFXJSE_Value>> argValues; in NPV()
2449 void CFXJSE_FormCalcContext::Pmt(CFXJSE_Value* pThis, in Pmt()
2458 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Pmt()
2459 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Pmt()
2460 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Pmt()
2484 void CFXJSE_FormCalcContext::PPmt(CFXJSE_Value* pThis, in PPmt()
2493 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in PPmt()
2494 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in PPmt()
2495 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in PPmt()
2496 std::unique_ptr<CFXJSE_Value> argFour = GetSimpleValue(pThis, args, 3); in PPmt()
2497 std::unique_ptr<CFXJSE_Value> argFive = GetSimpleValue(pThis, args, 4); in PPmt()
2542 void CFXJSE_FormCalcContext::PV(CFXJSE_Value* pThis, in PV()
2551 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in PV()
2552 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in PV()
2553 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in PV()
2577 void CFXJSE_FormCalcContext::Rate(CFXJSE_Value* pThis, in Rate()
2586 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Rate()
2587 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Rate()
2588 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Rate()
2608 void CFXJSE_FormCalcContext::Term(CFXJSE_Value* pThis, in Term()
2617 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Term()
2618 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Term()
2619 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Term()
2639 void CFXJSE_FormCalcContext::Choose(CFXJSE_Value* pThis, in Choose()
2649 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in Choose()
2667 std::unique_ptr<CFXJSE_Value> argIndexValue = args.GetValue(iArgIndex); in Choose()
2669 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Choose()
2677 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Choose()
2678 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Choose()
2679 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Choose()
2708 void CFXJSE_FormCalcContext::Exists(CFXJSE_Value* pThis, in Exists()
2719 void CFXJSE_FormCalcContext::HasValue(CFXJSE_Value* pThis, in HasValue()
2727 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in HasValue()
2740 void CFXJSE_FormCalcContext::Oneof(CFXJSE_Value* pThis, in Oneof()
2749 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Oneof()
2750 std::vector<std::unique_ptr<CFXJSE_Value>> parameterValues; in Oneof()
2763 void CFXJSE_FormCalcContext::Within(CFXJSE_Value* pThis, in Within()
2771 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Within()
2777 std::unique_ptr<CFXJSE_Value> argLow = GetSimpleValue(pThis, args, 1); in Within()
2778 std::unique_ptr<CFXJSE_Value> argHigh = GetSimpleValue(pThis, args, 2); in Within()
2797 void CFXJSE_FormCalcContext::If(CFXJSE_Value* pThis, in If()
2811 void CFXJSE_FormCalcContext::Eval(CFXJSE_Value* pThis, in Eval()
2821 std::unique_ptr<CFXJSE_Value> scriptValue = GetSimpleValue(pThis, args, 0); in Eval()
2839 auto returnValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Eval()
2847 void CFXJSE_FormCalcContext::Ref(CFXJSE_Value* pThis, in Ref()
2857 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in Ref()
2869 std::vector<std::unique_ptr<CFXJSE_Value>> values; in Ref()
2871 values.push_back(pdfium::MakeUnique<CFXJSE_Value>(pIsolate)); in Ref()
2880 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Ref()
2885 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Ref()
2886 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Ref()
2905 void CFXJSE_FormCalcContext::UnitType(CFXJSE_Value* pThis, in UnitType()
2913 std::unique_ptr<CFXJSE_Value> unitspanValue = GetSimpleValue(pThis, args, 0); in UnitType()
3012 void CFXJSE_FormCalcContext::UnitValue(CFXJSE_Value* pThis, in UnitValue()
3021 std::unique_ptr<CFXJSE_Value> unitspanValue = GetSimpleValue(pThis, args, 0); in UnitValue()
3062 std::unique_ptr<CFXJSE_Value> unitValue = GetSimpleValue(pThis, args, 1); in UnitValue()
3151 void CFXJSE_FormCalcContext::At(CFXJSE_Value* pThis, in At()
3159 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in At()
3160 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in At()
3178 void CFXJSE_FormCalcContext::Concat(CFXJSE_Value* pThis, in Concat()
3190 std::unique_ptr<CFXJSE_Value> value = GetSimpleValue(pThis, args, i); in Concat()
3207 void CFXJSE_FormCalcContext::Decode(CFXJSE_Value* pThis, in Decode()
3217 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Decode()
3231 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Decode()
3232 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Decode()
3460 void CFXJSE_FormCalcContext::Encode(CFXJSE_Value* pThis, in Encode()
3470 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Encode()
3482 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Encode()
3483 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Encode()
3751 void CFXJSE_FormCalcContext::Format(CFXJSE_Value* pThis, in Format()
3760 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Format()
3763 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Format()
3832 void CFXJSE_FormCalcContext::Left(CFXJSE_Value* pThis, in Left()
3840 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Left()
3841 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Left()
3854 void CFXJSE_FormCalcContext::Len(CFXJSE_Value* pThis, in Len()
3862 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Len()
3873 void CFXJSE_FormCalcContext::Lower(CFXJSE_Value* pThis, in Lower()
3882 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Lower()
3910 void CFXJSE_FormCalcContext::Ltrim(CFXJSE_Value* pThis, in Ltrim()
3918 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Ltrim()
3930 void CFXJSE_FormCalcContext::Parse(CFXJSE_Value* pThis, in Parse()
3939 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Parse()
3940 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Parse()
4064 void CFXJSE_FormCalcContext::Replace(CFXJSE_Value* pThis, in Replace()
4073 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Replace()
4074 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Replace()
4084 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Replace()
4123 void CFXJSE_FormCalcContext::Right(CFXJSE_Value* pThis, in Right()
4131 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Right()
4132 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Right()
4145 void CFXJSE_FormCalcContext::Rtrim(CFXJSE_Value* pThis, in Rtrim()
4153 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Rtrim()
4165 void CFXJSE_FormCalcContext::Space(CFXJSE_Value* pThis, in Space()
4173 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Space()
4191 void CFXJSE_FormCalcContext::Str(CFXJSE_Value* pThis, in Str()
4200 std::unique_ptr<CFXJSE_Value> numberValue = GetSimpleValue(pThis, args, 0); in Str()
4209 std::unique_ptr<CFXJSE_Value> widthValue = GetSimpleValue(pThis, args, 1); in Str()
4215 std::unique_ptr<CFXJSE_Value> precisionValue = in Str()
4306 void CFXJSE_FormCalcContext::Stuff(CFXJSE_Value* pThis, in Stuff()
4320 std::unique_ptr<CFXJSE_Value> sourceValue = GetSimpleValue(pThis, args, 0); in Stuff()
4321 std::unique_ptr<CFXJSE_Value> startValue = GetSimpleValue(pThis, args, 1); in Stuff()
4322 std::unique_ptr<CFXJSE_Value> deleteValue = GetSimpleValue(pThis, args, 2); in Stuff()
4335 std::unique_ptr<CFXJSE_Value> insertValue = GetSimpleValue(pThis, args, 3); in Stuff()
4357 void CFXJSE_FormCalcContext::Substr(CFXJSE_Value* pThis, in Substr()
4365 std::unique_ptr<CFXJSE_Value> stringValue = GetSimpleValue(pThis, args, 0); in Substr()
4366 std::unique_ptr<CFXJSE_Value> startValue = GetSimpleValue(pThis, args, 1); in Substr()
4367 std::unique_ptr<CFXJSE_Value> endValue = GetSimpleValue(pThis, args, 2); in Substr()
4395 void CFXJSE_FormCalcContext::Uuid(CFXJSE_Value* pThis, in Uuid()
4406 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Uuid()
4413 void CFXJSE_FormCalcContext::Upper(CFXJSE_Value* pThis, in Upper()
4422 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Upper()
4450 void CFXJSE_FormCalcContext::WordNum(CFXJSE_Value* pThis, in WordNum()
4459 std::unique_ptr<CFXJSE_Value> numberValue = GetSimpleValue(pThis, args, 0); in WordNum()
4468 std::unique_ptr<CFXJSE_Value> identifierValue = in WordNum()
4480 std::unique_ptr<CFXJSE_Value> localeValue = GetSimpleValue(pThis, args, 2); in WordNum()
4649 void CFXJSE_FormCalcContext::Get(CFXJSE_Value* pThis, in Get()
4666 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Get()
4680 void CFXJSE_FormCalcContext::Post(CFXJSE_Value* pThis, in Post()
4698 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Post()
4701 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Post()
4706 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Post()
4712 std::unique_ptr<CFXJSE_Value> argFour = GetSimpleValue(pThis, args, 3); in Post()
4718 std::unique_ptr<CFXJSE_Value> argFive = GetSimpleValue(pThis, args, 4); in Post()
4736 void CFXJSE_FormCalcContext::Put(CFXJSE_Value* pThis, in Put()
4754 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Put()
4757 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Put()
4762 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Put()
4779 CFXJSE_Value* pThis, in assign_value_operator()
4788 std::unique_ptr<CFXJSE_Value> lValue = args.GetValue(0); in assign_value_operator()
4789 std::unique_ptr<CFXJSE_Value> rValue = GetSimpleValue(pThis, args, 1); in assign_value_operator()
4792 auto leftLengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in assign_value_operator()
4795 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in assign_value_operator()
4796 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in assign_value_operator()
4824 CFXJSE_Value* pThis, in logical_or_operator()
4832 std::unique_ptr<CFXJSE_Value> argFirst = GetSimpleValue(pThis, args, 0); in logical_or_operator()
4833 std::unique_ptr<CFXJSE_Value> argSecond = GetSimpleValue(pThis, args, 1); in logical_or_operator()
4846 CFXJSE_Value* pThis, in logical_and_operator()
4854 std::unique_ptr<CFXJSE_Value> argFirst = GetSimpleValue(pThis, args, 0); in logical_and_operator()
4855 std::unique_ptr<CFXJSE_Value> argSecond = GetSimpleValue(pThis, args, 1); in logical_and_operator()
4867 void CFXJSE_FormCalcContext::equality_operator(CFXJSE_Value* pThis, in equality_operator()
4880 std::unique_ptr<CFXJSE_Value> argFirst = GetSimpleValue(pThis, args, 0); in equality_operator()
4881 std::unique_ptr<CFXJSE_Value> argSecond = GetSimpleValue(pThis, args, 1); in equality_operator()
4901 CFXJSE_Value* pThis, in notequality_operator()
4914 std::unique_ptr<CFXJSE_Value> argFirst = GetSimpleValue(pThis, args, 0); in notequality_operator()
4915 std::unique_ptr<CFXJSE_Value> argSecond = GetSimpleValue(pThis, args, 1); in notequality_operator()
4934 bool CFXJSE_FormCalcContext::fm_ref_equal(CFXJSE_Value* pThis, in fm_ref_equal()
4936 std::unique_ptr<CFXJSE_Value> argFirst = args.GetValue(0); in fm_ref_equal()
4937 std::unique_ptr<CFXJSE_Value> argSecond = args.GetValue(1); in fm_ref_equal()
4942 auto firstFlagValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in fm_ref_equal()
4943 auto secondFlagValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in fm_ref_equal()
4949 auto firstJSObject = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in fm_ref_equal()
4950 auto secondJSObject = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in fm_ref_equal()
4961 void CFXJSE_FormCalcContext::less_operator(CFXJSE_Value* pThis, in less_operator()
4969 std::unique_ptr<CFXJSE_Value> argFirst = GetSimpleValue(pThis, args, 0); in less_operator()
4970 std::unique_ptr<CFXJSE_Value> argSecond = GetSimpleValue(pThis, args, 1); in less_operator()
4990 CFXJSE_Value* pThis, in lessequal_operator()
4998 std::unique_ptr<CFXJSE_Value> argFirst = GetSimpleValue(pThis, args, 0); in lessequal_operator()
4999 std::unique_ptr<CFXJSE_Value> argSecond = GetSimpleValue(pThis, args, 1); in lessequal_operator()
5019 void CFXJSE_FormCalcContext::greater_operator(CFXJSE_Value* pThis, in greater_operator()
5027 std::unique_ptr<CFXJSE_Value> argFirst = GetSimpleValue(pThis, args, 0); in greater_operator()
5028 std::unique_ptr<CFXJSE_Value> argSecond = GetSimpleValue(pThis, args, 1); in greater_operator()
5048 CFXJSE_Value* pThis, in greaterequal_operator()
5056 std::unique_ptr<CFXJSE_Value> argFirst = GetSimpleValue(pThis, args, 0); in greaterequal_operator()
5057 std::unique_ptr<CFXJSE_Value> argSecond = GetSimpleValue(pThis, args, 1); in greaterequal_operator()
5077 void CFXJSE_FormCalcContext::plus_operator(CFXJSE_Value* pThis, in plus_operator()
5085 std::unique_ptr<CFXJSE_Value> argFirst = args.GetValue(0); in plus_operator()
5086 std::unique_ptr<CFXJSE_Value> argSecond = args.GetValue(1); in plus_operator()
5099 void CFXJSE_FormCalcContext::minus_operator(CFXJSE_Value* pThis, in minus_operator()
5107 std::unique_ptr<CFXJSE_Value> argFirst = GetSimpleValue(pThis, args, 0); in minus_operator()
5108 std::unique_ptr<CFXJSE_Value> argSecond = GetSimpleValue(pThis, args, 1); in minus_operator()
5120 void CFXJSE_FormCalcContext::multiple_operator(CFXJSE_Value* pThis, in multiple_operator()
5128 std::unique_ptr<CFXJSE_Value> argFirst = GetSimpleValue(pThis, args, 0); in multiple_operator()
5129 std::unique_ptr<CFXJSE_Value> argSecond = GetSimpleValue(pThis, args, 1); in multiple_operator()
5141 void CFXJSE_FormCalcContext::divide_operator(CFXJSE_Value* pThis, in divide_operator()
5150 std::unique_ptr<CFXJSE_Value> argFirst = GetSimpleValue(pThis, args, 0); in divide_operator()
5151 std::unique_ptr<CFXJSE_Value> argSecond = GetSimpleValue(pThis, args, 1); in divide_operator()
5168 void CFXJSE_FormCalcContext::positive_operator(CFXJSE_Value* pThis, in positive_operator()
5176 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in positive_operator()
5185 void CFXJSE_FormCalcContext::negative_operator(CFXJSE_Value* pThis, in negative_operator()
5193 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in negative_operator()
5203 CFXJSE_Value* pThis, in logical_not_operator()
5211 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in logical_not_operator()
5222 void CFXJSE_FormCalcContext::dot_accessor(CFXJSE_Value* pThis, in dot_accessor()
5244 std::unique_ptr<CFXJSE_Value> argAccessor = args.GetValue(0); in dot_accessor()
5246 auto pLengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in dot_accessor()
5254 auto hJSObjValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in dot_accessor()
5255 std::vector<std::vector<std::unique_ptr<CFXJSE_Value>>> resolveValues( in dot_accessor()
5277 std::vector<std::unique_ptr<CFXJSE_Value>> values; in dot_accessor()
5279 values.push_back(pdfium::MakeUnique<CFXJSE_Value>(pIsolate)); in dot_accessor()
5318 std::vector<std::unique_ptr<CFXJSE_Value>> resolveValues; in dot_accessor()
5323 std::vector<std::unique_ptr<CFXJSE_Value>> values; in dot_accessor()
5325 values.push_back(pdfium::MakeUnique<CFXJSE_Value>(pIsolate)); in dot_accessor()
5340 void CFXJSE_FormCalcContext::dotdot_accessor(CFXJSE_Value* pThis, in dotdot_accessor()
5362 std::unique_ptr<CFXJSE_Value> argAccessor = args.GetValue(0); in dotdot_accessor()
5364 auto pLengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in dotdot_accessor()
5374 std::vector<std::vector<std::unique_ptr<CFXJSE_Value>>> resolveValues( in dotdot_accessor()
5376 auto hJSObjValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in dotdot_accessor()
5395 std::vector<std::unique_ptr<CFXJSE_Value>> values; in dotdot_accessor()
5397 values.push_back(pdfium::MakeUnique<CFXJSE_Value>(pIsolate)); in dotdot_accessor()
5436 std::vector<std::unique_ptr<CFXJSE_Value>> resolveValues; in dotdot_accessor()
5441 std::vector<std::unique_ptr<CFXJSE_Value>> values; in dotdot_accessor()
5443 values.push_back(pdfium::MakeUnique<CFXJSE_Value>(pIsolate)); in dotdot_accessor()
5458 void CFXJSE_FormCalcContext::eval_translation(CFXJSE_Value* pThis, in eval_translation()
5467 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in eval_translation()
5487 void CFXJSE_FormCalcContext::is_fm_object(CFXJSE_Value* pThis, in is_fm_object()
5495 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in is_fm_object()
5500 void CFXJSE_FormCalcContext::is_fm_array(CFXJSE_Value* pThis, in is_fm_array()
5508 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in is_fm_array()
5513 void CFXJSE_FormCalcContext::get_fm_value(CFXJSE_Value* pThis, in get_fm_value()
5522 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in get_fm_value()
5525 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in get_fm_value()
5526 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in get_fm_value()
5548 void CFXJSE_FormCalcContext::get_fm_jsobj(CFXJSE_Value* pThis, in get_fm_jsobj()
5556 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in get_fm_jsobj()
5565 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in get_fm_jsobj()
5574 void CFXJSE_FormCalcContext::fm_var_filter(CFXJSE_Value* pThis, in fm_var_filter()
5584 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in fm_var_filter()
5586 std::unique_ptr<CFXJSE_Value> simpleValue = GetSimpleValue(pThis, args, 0); in fm_var_filter()
5592 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in fm_var_filter()
5597 auto flagsValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in fm_var_filter()
5601 std::unique_ptr<CFXJSE_Value> simpleValue = GetSimpleValue(pThis, args, 0); in fm_var_filter()
5607 std::vector<std::unique_ptr<CFXJSE_Value>> values; in fm_var_filter()
5609 values.push_back(pdfium::MakeUnique<CFXJSE_Value>(pIsolate)); in fm_var_filter()
5618 auto objectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in fm_var_filter()
5628 void CFXJSE_FormCalcContext::concat_fm_object(CFXJSE_Value* pThis, in concat_fm_object()
5634 std::vector<std::unique_ptr<CFXJSE_Value>> argValues; in concat_fm_object()
5638 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in concat_fm_object()
5646 std::vector<std::unique_ptr<CFXJSE_Value>> returnValues; in concat_fm_object()
5648 returnValues.push_back(pdfium::MakeUnique<CFXJSE_Value>(pIsolate)); in concat_fm_object()
5653 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in concat_fm_object()
5669 std::unique_ptr<CFXJSE_Value> CFXJSE_FormCalcContext::GetSimpleValue( in GetSimpleValue()
5670 CFXJSE_Value* pThis, in GetSimpleValue()
5676 std::unique_ptr<CFXJSE_Value> argIndex = args.GetValue(index); in GetSimpleValue()
5681 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in GetSimpleValue()
5684 auto simpleValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in GetSimpleValue()
5690 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in GetSimpleValue()
5691 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in GetSimpleValue()
5704 auto defaultValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in GetSimpleValue()
5710 bool CFXJSE_FormCalcContext::ValueIsNull(CFXJSE_Value* pThis, in ValueIsNull()
5711 CFXJSE_Value* arg) { in ValueIsNull()
5724 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueIsNull()
5725 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueIsNull()
5729 auto defaultValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueIsNull()
5734 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueIsNull()
5740 auto defaultValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueIsNull()
5746 int32_t CFXJSE_FormCalcContext::hvalue_get_array_length(CFXJSE_Value* pThis, in hvalue_get_array_length()
5747 CFXJSE_Value* arg) { in hvalue_get_array_length()
5752 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in hvalue_get_array_length()
5758 bool CFXJSE_FormCalcContext::simpleValueCompare(CFXJSE_Value* pThis, in simpleValueCompare()
5759 CFXJSE_Value* firstValue, in simpleValueCompare()
5760 CFXJSE_Value* secondValue) { in simpleValueCompare()
5782 CFXJSE_Value* pThis, in unfoldArgs()
5784 std::vector<std::unique_ptr<CFXJSE_Value>>* resultValues, in unfoldArgs()
5791 std::vector<std::unique_ptr<CFXJSE_Value>> argsValue; in unfoldArgs()
5795 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in unfoldArgs()
5805 resultValues->push_back(pdfium::MakeUnique<CFXJSE_Value>(pIsolate)); in unfoldArgs()
5810 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in unfoldArgs()
5816 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in unfoldArgs()
5817 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in unfoldArgs()
5847 CFXJSE_Value* pValue, in GetObjectDefaultValue()
5848 CFXJSE_Value* pDefaultValue) { in GetObjectDefaultValue()
5859 bool CFXJSE_FormCalcContext::SetObjectDefaultValue(CFXJSE_Value* pValue, in SetObjectDefaultValue()
5860 CFXJSE_Value* hNewValue) { in SetObjectDefaultValue()
5903 CFXJSE_Value* pThis, in GetObjectForName()
5904 CFXJSE_Value* accessorValue, in GetObjectForName()
5927 bool CFXJSE_FormCalcContext::ResolveObjects(CFXJSE_Value* pThis, in ResolveObjects()
5928 CFXJSE_Value* pRefValue, in ResolveObjects()
5978 CFXJSE_Value* pThis, in ParseResolveResult()
5980 CFXJSE_Value* pParentValue, in ParseResolveResult()
5981 std::vector<std::unique_ptr<CFXJSE_Value>>* resultValues, in ParseResolveResult()
5994 resultValues->push_back(pdfium::MakeUnique<CFXJSE_Value>(pIsolate)); in ParseResolveResult()
6004 auto pValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ParseResolveResult()
6018 resultValues->push_back(pdfium::MakeUnique<CFXJSE_Value>(pIsolate)); in ParseResolveResult()
6023 int32_t CFXJSE_FormCalcContext::ValueToInteger(CFXJSE_Value* pThis, in ValueToInteger()
6024 CFXJSE_Value* pValue) { in ValueToInteger()
6030 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToInteger()
6031 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToInteger()
6032 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToInteger()
6045 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToInteger()
6055 float CFXJSE_FormCalcContext::ValueToFloat(CFXJSE_Value* pThis, in ValueToFloat()
6056 CFXJSE_Value* arg) { in ValueToFloat()
6062 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToFloat()
6063 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToFloat()
6064 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToFloat()
6076 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToFloat()
6091 double CFXJSE_FormCalcContext::ValueToDouble(CFXJSE_Value* pThis, in ValueToDouble()
6092 CFXJSE_Value* arg) { in ValueToDouble()
6098 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToDouble()
6099 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToDouble()
6100 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToDouble()
6112 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToDouble()
6124 double CFXJSE_FormCalcContext::ExtractDouble(CFXJSE_Value* pThis, in ExtractDouble()
6125 CFXJSE_Value* src, in ExtractDouble()
6137 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ExtractDouble()
6145 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ExtractDouble()
6146 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ExtractDouble()
6152 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ExtractDouble()
6159 ByteString CFXJSE_FormCalcContext::ValueToUTF8String(CFXJSE_Value* arg) { in ValueToUTF8String()
6197 m_pValue(pdfium::MakeUnique<CFXJSE_Value>(pScriptIsolate)), in CFXJSE_FormCalcContext()
6204 void CFXJSE_FormCalcContext::GlobalPropertyGetter(CFXJSE_Value* pValue) { in GlobalPropertyGetter()