Lines Matching refs:CFXJSE_Value
499 CXFA_FM2JSContext* ToJSContext(CFXJSE_Value* pValue, CFXJSE_Class* pClass) { in ToJSContext()
511 void CXFA_FM2JSContext::Abs(CFXJSE_Value* pThis, in Abs()
519 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in Abs()
533 void CXFA_FM2JSContext::Avg(CFXJSE_Value* pThis, in Avg()
546 std::unique_ptr<CFXJSE_Value> argValue = args.GetValue(i); in Avg()
556 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Avg()
561 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Avg()
564 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Avg()
568 auto defaultPropValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Avg()
579 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Avg()
600 void CXFA_FM2JSContext::Ceil(CFXJSE_Value* pThis, in Ceil()
608 std::unique_ptr<CFXJSE_Value> argValue = GetSimpleValue(pThis, args, 0); in Ceil()
619 void CXFA_FM2JSContext::Count(CFXJSE_Value* pThis, in Count()
626 std::unique_ptr<CFXJSE_Value> argValue = args.GetValue(i); in Count()
631 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Count()
640 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Count()
641 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Count()
642 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Count()
661 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Count()
673 void CXFA_FM2JSContext::Floor(CFXJSE_Value* pThis, in Floor()
681 std::unique_ptr<CFXJSE_Value> argValue = GetSimpleValue(pThis, args, 0); in Floor()
692 void CXFA_FM2JSContext::Max(CFXJSE_Value* pThis, in Max()
700 std::unique_ptr<CFXJSE_Value> argValue = args.GetValue(i); in Max()
705 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Max()
713 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Max()
714 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Max()
715 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Max()
743 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Max()
766 void CXFA_FM2JSContext::Min(CFXJSE_Value* pThis, in Min()
774 std::unique_ptr<CFXJSE_Value> argValue = args.GetValue(i); in Min()
779 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Min()
787 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Min()
788 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Min()
789 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Min()
817 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Min()
840 void CXFA_FM2JSContext::Mod(CFXJSE_Value* pThis, in Mod()
849 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in Mod()
850 std::unique_ptr<CFXJSE_Value> argTwo = args.GetValue(1); in Mod()
875 void CXFA_FM2JSContext::Round(CFXJSE_Value* pThis, in Round()
885 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in Round()
900 std::unique_ptr<CFXJSE_Value> argTwo = args.GetValue(1); in Round()
923 void CXFA_FM2JSContext::Sum(CFXJSE_Value* pThis, in Sum()
937 std::unique_ptr<CFXJSE_Value> argValue = args.GetValue(i); in Sum()
942 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Sum()
950 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Sum()
952 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Sum()
953 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Sum()
977 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Sum()
998 void CXFA_FM2JSContext::Date(CFXJSE_Value* pThis, in Date()
1022 void CXFA_FM2JSContext::Date2Num(CFXJSE_Value* pThis, in Date2Num()
1031 std::unique_ptr<CFXJSE_Value> dateValue = GetSimpleValue(pThis, args, 0); in Date2Num()
1042 std::unique_ptr<CFXJSE_Value> formatValue = GetSimpleValue(pThis, args, 1); in Date2Num()
1052 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Date2Num()
1072 void CXFA_FM2JSContext::DateFmt(CFXJSE_Value* pThis, in DateFmt()
1083 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in DateFmt()
1096 std::unique_ptr<CFXJSE_Value> argLocal = GetSimpleValue(pThis, args, 1); in DateFmt()
1110 void CXFA_FM2JSContext::IsoDate2Num(CFXJSE_Value* pThis, in IsoDate2Num()
1119 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in IsoDate2Num()
1131 void CXFA_FM2JSContext::IsoTime2Num(CFXJSE_Value* pThis, in IsoTime2Num()
1140 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in IsoTime2Num()
1189 void CXFA_FM2JSContext::LocalDateFmt(CFXJSE_Value* pThis, in LocalDateFmt()
1201 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in LocalDateFmt()
1213 std::unique_ptr<CFXJSE_Value> argLocal = GetSimpleValue(pThis, args, 1); in LocalDateFmt()
1227 void CXFA_FM2JSContext::LocalTimeFmt(CFXJSE_Value* pThis, in LocalTimeFmt()
1239 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in LocalTimeFmt()
1251 std::unique_ptr<CFXJSE_Value> argLocal = GetSimpleValue(pThis, args, 1); in LocalTimeFmt()
1265 void CXFA_FM2JSContext::Num2Date(CFXJSE_Value* pThis, in Num2Date()
1274 std::unique_ptr<CFXJSE_Value> dateValue = GetSimpleValue(pThis, args, 0); in Num2Date()
1287 std::unique_ptr<CFXJSE_Value> formatValue = GetSimpleValue(pThis, args, 1); in Num2Date()
1297 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Num2Date()
1406 void CXFA_FM2JSContext::Num2GMTime(CFXJSE_Value* pThis, in Num2GMTime()
1416 std::unique_ptr<CFXJSE_Value> timeValue = GetSimpleValue(pThis, args, 0); in Num2GMTime()
1429 std::unique_ptr<CFXJSE_Value> formatValue = GetSimpleValue(pThis, args, 1); in Num2GMTime()
1439 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Num2GMTime()
1454 void CXFA_FM2JSContext::Num2Time(CFXJSE_Value* pThis, in Num2Time()
1463 std::unique_ptr<CFXJSE_Value> timeValue = GetSimpleValue(pThis, args, 0); in Num2Time()
1476 std::unique_ptr<CFXJSE_Value> formatValue = GetSimpleValue(pThis, args, 1); in Num2Time()
1486 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Num2Time()
1501 void CXFA_FM2JSContext::Time(CFXJSE_Value* pThis, in Time()
1518 void CXFA_FM2JSContext::Time2Num(CFXJSE_Value* pThis, in Time2Num()
1528 std::unique_ptr<CFXJSE_Value> timeValue = GetSimpleValue(pThis, args, 0); in Time2Num()
1537 std::unique_ptr<CFXJSE_Value> formatValue = GetSimpleValue(pThis, args, 1); in Time2Num()
1547 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Time2Num()
1608 void CXFA_FM2JSContext::TimeFmt(CFXJSE_Value* pThis, in TimeFmt()
1619 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in TimeFmt()
1631 std::unique_ptr<CFXJSE_Value> argLocal = GetSimpleValue(pThis, args, 1); in TimeFmt()
1920 bool CXFA_FM2JSContext::Local2IsoDate(CFXJSE_Value* pThis, in Local2IsoDate()
1957 bool CXFA_FM2JSContext::Local2IsoTime(CFXJSE_Value* pThis, in Local2IsoTime()
1996 bool CXFA_FM2JSContext::IsoDate2Local(CFXJSE_Value* pThis, in IsoDate2Local()
2034 bool CXFA_FM2JSContext::IsoTime2Local(CFXJSE_Value* pThis, in IsoTime2Local()
2073 bool CXFA_FM2JSContext::GetGMTTime(CFXJSE_Value* pThis, in GetGMTTime()
2169 void CXFA_FM2JSContext::GetLocalDateFormat(CFXJSE_Value* pThis, in GetLocalDateFormat()
2220 void CXFA_FM2JSContext::GetLocalTimeFormat(CFXJSE_Value* pThis, in GetLocalTimeFormat()
2271 void CXFA_FM2JSContext::GetStandardDateFormat(CFXJSE_Value* pThis, in GetStandardDateFormat()
2279 void CXFA_FM2JSContext::GetStandardTimeFormat(CFXJSE_Value* pThis, in GetStandardTimeFormat()
2287 void CXFA_FM2JSContext::Num2AllTime(CFXJSE_Value* pThis, in Num2AllTime()
2339 void CXFA_FM2JSContext::Apr(CFXJSE_Value* pThis, in Apr()
2348 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Apr()
2349 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Apr()
2350 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Apr()
2393 void CXFA_FM2JSContext::CTerm(CFXJSE_Value* pThis, in CTerm()
2402 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in CTerm()
2403 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in CTerm()
2404 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in CTerm()
2425 void CXFA_FM2JSContext::FV(CFXJSE_Value* pThis, in FV()
2434 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in FV()
2435 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in FV()
2436 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in FV()
2466 void CXFA_FM2JSContext::IPmt(CFXJSE_Value* pThis, in IPmt()
2475 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in IPmt()
2476 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in IPmt()
2477 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in IPmt()
2478 std::unique_ptr<CFXJSE_Value> argFour = GetSimpleValue(pThis, args, 3); in IPmt()
2479 std::unique_ptr<CFXJSE_Value> argFive = GetSimpleValue(pThis, args, 4); in IPmt()
2523 void CXFA_FM2JSContext::NPV(CFXJSE_Value* pThis, in NPV()
2533 std::vector<std::unique_ptr<CFXJSE_Value>> argValues; in NPV()
2566 void CXFA_FM2JSContext::Pmt(CFXJSE_Value* pThis, in Pmt()
2575 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Pmt()
2576 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Pmt()
2577 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Pmt()
2601 void CXFA_FM2JSContext::PPmt(CFXJSE_Value* pThis, in PPmt()
2610 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in PPmt()
2611 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in PPmt()
2612 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in PPmt()
2613 std::unique_ptr<CFXJSE_Value> argFour = GetSimpleValue(pThis, args, 3); in PPmt()
2614 std::unique_ptr<CFXJSE_Value> argFive = GetSimpleValue(pThis, args, 4); in PPmt()
2659 void CXFA_FM2JSContext::PV(CFXJSE_Value* pThis, in PV()
2668 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in PV()
2669 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in PV()
2670 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in PV()
2694 void CXFA_FM2JSContext::Rate(CFXJSE_Value* pThis, in Rate()
2703 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Rate()
2704 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Rate()
2705 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Rate()
2726 void CXFA_FM2JSContext::Term(CFXJSE_Value* pThis, in Term()
2735 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Term()
2736 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Term()
2737 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Term()
2758 void CXFA_FM2JSContext::Choose(CFXJSE_Value* pThis, in Choose()
2768 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in Choose()
2786 std::unique_ptr<CFXJSE_Value> argIndexValue = args.GetValue(iArgIndex); in Choose()
2788 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Choose()
2796 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Choose()
2797 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Choose()
2798 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Choose()
2829 void CXFA_FM2JSContext::Exists(CFXJSE_Value* pThis, in Exists()
2840 void CXFA_FM2JSContext::HasValue(CFXJSE_Value* pThis, in HasValue()
2848 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in HasValue()
2861 void CXFA_FM2JSContext::Oneof(CFXJSE_Value* pThis, in Oneof()
2870 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Oneof()
2871 std::vector<std::unique_ptr<CFXJSE_Value>> parameterValues; in Oneof()
2884 void CXFA_FM2JSContext::Within(CFXJSE_Value* pThis, in Within()
2892 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Within()
2898 std::unique_ptr<CFXJSE_Value> argLow = GetSimpleValue(pThis, args, 1); in Within()
2899 std::unique_ptr<CFXJSE_Value> argHigh = GetSimpleValue(pThis, args, 2); in Within()
2921 void CXFA_FM2JSContext::If(CFXJSE_Value* pThis, in If()
2935 void CXFA_FM2JSContext::Eval(CFXJSE_Value* pThis, in Eval()
2945 std::unique_ptr<CFXJSE_Value> scriptValue = GetSimpleValue(pThis, args, 0); in Eval()
2961 auto returnValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Eval()
2969 void CXFA_FM2JSContext::Ref(CFXJSE_Value* pThis, in Ref()
2979 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in Ref()
2991 std::vector<std::unique_ptr<CFXJSE_Value>> values; in Ref()
2993 values.push_back(pdfium::MakeUnique<CFXJSE_Value>(pIsolate)); in Ref()
3002 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Ref()
3007 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Ref()
3008 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Ref()
3027 void CXFA_FM2JSContext::UnitType(CFXJSE_Value* pThis, in UnitType()
3035 std::unique_ptr<CFXJSE_Value> unitspanValue = GetSimpleValue(pThis, args, 0); in UnitType()
3139 void CXFA_FM2JSContext::UnitValue(CFXJSE_Value* pThis, in UnitValue()
3148 std::unique_ptr<CFXJSE_Value> unitspanValue = GetSimpleValue(pThis, args, 0); in UnitValue()
3192 std::unique_ptr<CFXJSE_Value> unitValue = GetSimpleValue(pThis, args, 1); in UnitValue()
3283 void CXFA_FM2JSContext::At(CFXJSE_Value* pThis, in At()
3291 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in At()
3292 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in At()
3312 void CXFA_FM2JSContext::Concat(CFXJSE_Value* pThis, in Concat()
3324 std::unique_ptr<CFXJSE_Value> value = GetSimpleValue(pThis, args, i); in Concat()
3344 void CXFA_FM2JSContext::Decode(CFXJSE_Value* pThis, in Decode()
3354 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Decode()
3368 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Decode()
3369 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Decode()
3611 void CXFA_FM2JSContext::Encode(CFXJSE_Value* pThis, in Encode()
3621 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Encode()
3635 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Encode()
3636 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Encode()
3923 void CXFA_FM2JSContext::Format(CFXJSE_Value* pThis, in Format()
3932 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Format()
3936 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Format()
4001 void CXFA_FM2JSContext::Left(CFXJSE_Value* pThis, in Left()
4009 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Left()
4010 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Left()
4024 void CXFA_FM2JSContext::Len(CFXJSE_Value* pThis, in Len()
4032 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Len()
4044 void CXFA_FM2JSContext::Lower(CFXJSE_Value* pThis, in Lower()
4054 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Lower()
4082 void CXFA_FM2JSContext::Ltrim(CFXJSE_Value* pThis, in Ltrim()
4090 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Ltrim()
4103 void CXFA_FM2JSContext::Parse(CFXJSE_Value* pThis, in Parse()
4112 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Parse()
4113 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Parse()
4234 void CXFA_FM2JSContext::Replace(CFXJSE_Value* pThis, in Replace()
4243 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Replace()
4244 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Replace()
4254 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Replace()
4293 void CXFA_FM2JSContext::Right(CFXJSE_Value* pThis, in Right()
4301 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Right()
4302 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Right()
4316 void CXFA_FM2JSContext::Rtrim(CFXJSE_Value* pThis, in Rtrim()
4324 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Rtrim()
4337 void CXFA_FM2JSContext::Space(CFXJSE_Value* pThis, in Space()
4345 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Space()
4363 void CXFA_FM2JSContext::Str(CFXJSE_Value* pThis, in Str()
4372 std::unique_ptr<CFXJSE_Value> numberValue = GetSimpleValue(pThis, args, 0); in Str()
4381 std::unique_ptr<CFXJSE_Value> widthValue = GetSimpleValue(pThis, args, 1); in Str()
4387 std::unique_ptr<CFXJSE_Value> precisionValue = in Str()
4479 void CXFA_FM2JSContext::Stuff(CFXJSE_Value* pThis, in Stuff()
4493 std::unique_ptr<CFXJSE_Value> sourceValue = GetSimpleValue(pThis, args, 0); in Stuff()
4494 std::unique_ptr<CFXJSE_Value> startValue = GetSimpleValue(pThis, args, 1); in Stuff()
4495 std::unique_ptr<CFXJSE_Value> deleteValue = GetSimpleValue(pThis, args, 2); in Stuff()
4507 std::unique_ptr<CFXJSE_Value> insertValue = GetSimpleValue(pThis, args, 3); in Stuff()
4529 void CXFA_FM2JSContext::Substr(CFXJSE_Value* pThis, in Substr()
4537 std::unique_ptr<CFXJSE_Value> stringValue = GetSimpleValue(pThis, args, 0); in Substr()
4538 std::unique_ptr<CFXJSE_Value> startValue = GetSimpleValue(pThis, args, 1); in Substr()
4539 std::unique_ptr<CFXJSE_Value> endValue = GetSimpleValue(pThis, args, 2); in Substr()
4568 void CXFA_FM2JSContext::Uuid(CFXJSE_Value* pThis, in Uuid()
4579 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Uuid()
4591 void CXFA_FM2JSContext::Upper(CFXJSE_Value* pThis, in Upper()
4600 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Upper()
4630 void CXFA_FM2JSContext::WordNum(CFXJSE_Value* pThis, in WordNum()
4639 std::unique_ptr<CFXJSE_Value> numberValue = GetSimpleValue(pThis, args, 0); in WordNum()
4648 std::unique_ptr<CFXJSE_Value> identifierValue = in WordNum()
4660 std::unique_ptr<CFXJSE_Value> localeValue = GetSimpleValue(pThis, args, 2); in WordNum()
4830 void CXFA_FM2JSContext::Get(CFXJSE_Value* pThis, in Get()
4847 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Get()
4862 void CXFA_FM2JSContext::Post(CFXJSE_Value* pThis, in Post()
4881 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Post()
4885 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Post()
4890 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Post()
4896 std::unique_ptr<CFXJSE_Value> argFour = GetSimpleValue(pThis, args, 3); in Post()
4902 std::unique_ptr<CFXJSE_Value> argFive = GetSimpleValue(pThis, args, 4); in Post()
4920 void CXFA_FM2JSContext::Put(CFXJSE_Value* pThis, in Put()
4939 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Put()
4943 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Put()
4948 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Put()
4964 void CXFA_FM2JSContext::assign_value_operator(CFXJSE_Value* pThis, in assign_value_operator()
4973 std::unique_ptr<CFXJSE_Value> lValue = args.GetValue(0); in assign_value_operator()
4974 std::unique_ptr<CFXJSE_Value> rValue = GetSimpleValue(pThis, args, 1); in assign_value_operator()
4977 auto leftLengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in assign_value_operator()
4980 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in assign_value_operator()
4981 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in assign_value_operator()
5008 void CXFA_FM2JSContext::logical_or_operator(CFXJSE_Value* pThis, in logical_or_operator()
5016 std::unique_ptr<CFXJSE_Value> argFirst = GetSimpleValue(pThis, args, 0); in logical_or_operator()
5017 std::unique_ptr<CFXJSE_Value> argSecond = GetSimpleValue(pThis, args, 1); in logical_or_operator()
5029 void CXFA_FM2JSContext::logical_and_operator(CFXJSE_Value* pThis, in logical_and_operator()
5037 std::unique_ptr<CFXJSE_Value> argFirst = GetSimpleValue(pThis, args, 0); in logical_and_operator()
5038 std::unique_ptr<CFXJSE_Value> argSecond = GetSimpleValue(pThis, args, 1); in logical_and_operator()
5050 void CXFA_FM2JSContext::equality_operator(CFXJSE_Value* pThis, in equality_operator()
5063 std::unique_ptr<CFXJSE_Value> argFirst = GetSimpleValue(pThis, args, 0); in equality_operator()
5064 std::unique_ptr<CFXJSE_Value> argSecond = GetSimpleValue(pThis, args, 1); in equality_operator()
5083 void CXFA_FM2JSContext::notequality_operator(CFXJSE_Value* pThis, in notequality_operator()
5096 std::unique_ptr<CFXJSE_Value> argFirst = GetSimpleValue(pThis, args, 0); in notequality_operator()
5097 std::unique_ptr<CFXJSE_Value> argSecond = GetSimpleValue(pThis, args, 1); in notequality_operator()
5116 bool CXFA_FM2JSContext::fm_ref_equal(CFXJSE_Value* pThis, in fm_ref_equal()
5118 std::unique_ptr<CFXJSE_Value> argFirst = args.GetValue(0); in fm_ref_equal()
5119 std::unique_ptr<CFXJSE_Value> argSecond = args.GetValue(1); in fm_ref_equal()
5124 auto firstFlagValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in fm_ref_equal()
5125 auto secondFlagValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in fm_ref_equal()
5131 auto firstJSObject = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in fm_ref_equal()
5132 auto secondJSObject = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in fm_ref_equal()
5143 void CXFA_FM2JSContext::less_operator(CFXJSE_Value* pThis, in less_operator()
5151 std::unique_ptr<CFXJSE_Value> argFirst = GetSimpleValue(pThis, args, 0); in less_operator()
5152 std::unique_ptr<CFXJSE_Value> argSecond = GetSimpleValue(pThis, args, 1); in less_operator()
5170 void CXFA_FM2JSContext::lessequal_operator(CFXJSE_Value* pThis, in lessequal_operator()
5178 std::unique_ptr<CFXJSE_Value> argFirst = GetSimpleValue(pThis, args, 0); in lessequal_operator()
5179 std::unique_ptr<CFXJSE_Value> argSecond = GetSimpleValue(pThis, args, 1); in lessequal_operator()
5198 void CXFA_FM2JSContext::greater_operator(CFXJSE_Value* pThis, in greater_operator()
5206 std::unique_ptr<CFXJSE_Value> argFirst = GetSimpleValue(pThis, args, 0); in greater_operator()
5207 std::unique_ptr<CFXJSE_Value> argSecond = GetSimpleValue(pThis, args, 1); in greater_operator()
5225 void CXFA_FM2JSContext::greaterequal_operator(CFXJSE_Value* pThis, in greaterequal_operator()
5233 std::unique_ptr<CFXJSE_Value> argFirst = GetSimpleValue(pThis, args, 0); in greaterequal_operator()
5234 std::unique_ptr<CFXJSE_Value> argSecond = GetSimpleValue(pThis, args, 1); in greaterequal_operator()
5253 void CXFA_FM2JSContext::plus_operator(CFXJSE_Value* pThis, in plus_operator()
5261 std::unique_ptr<CFXJSE_Value> argFirst = args.GetValue(0); in plus_operator()
5262 std::unique_ptr<CFXJSE_Value> argSecond = args.GetValue(1); in plus_operator()
5275 void CXFA_FM2JSContext::minus_operator(CFXJSE_Value* pThis, in minus_operator()
5283 std::unique_ptr<CFXJSE_Value> argFirst = GetSimpleValue(pThis, args, 0); in minus_operator()
5284 std::unique_ptr<CFXJSE_Value> argSecond = GetSimpleValue(pThis, args, 1); in minus_operator()
5296 void CXFA_FM2JSContext::multiple_operator(CFXJSE_Value* pThis, in multiple_operator()
5304 std::unique_ptr<CFXJSE_Value> argFirst = GetSimpleValue(pThis, args, 0); in multiple_operator()
5305 std::unique_ptr<CFXJSE_Value> argSecond = GetSimpleValue(pThis, args, 1); in multiple_operator()
5317 void CXFA_FM2JSContext::divide_operator(CFXJSE_Value* pThis, in divide_operator()
5326 std::unique_ptr<CFXJSE_Value> argFirst = GetSimpleValue(pThis, args, 0); in divide_operator()
5327 std::unique_ptr<CFXJSE_Value> argSecond = GetSimpleValue(pThis, args, 1); in divide_operator()
5344 void CXFA_FM2JSContext::positive_operator(CFXJSE_Value* pThis, in positive_operator()
5352 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in positive_operator()
5361 void CXFA_FM2JSContext::negative_operator(CFXJSE_Value* pThis, in negative_operator()
5369 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in negative_operator()
5378 void CXFA_FM2JSContext::logical_not_operator(CFXJSE_Value* pThis, in logical_not_operator()
5386 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in logical_not_operator()
5397 void CXFA_FM2JSContext::dot_accessor(CFXJSE_Value* pThis, in dot_accessor()
5420 std::unique_ptr<CFXJSE_Value> argAccessor = args.GetValue(0); in dot_accessor()
5422 auto pLengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in dot_accessor()
5430 auto hJSObjValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in dot_accessor()
5431 std::vector<std::vector<std::unique_ptr<CFXJSE_Value>>> resolveValues( in dot_accessor()
5453 std::vector<std::unique_ptr<CFXJSE_Value>> values; in dot_accessor()
5455 values.push_back(pdfium::MakeUnique<CFXJSE_Value>(pIsolate)); in dot_accessor()
5494 std::vector<std::unique_ptr<CFXJSE_Value>> resolveValues; in dot_accessor()
5499 std::vector<std::unique_ptr<CFXJSE_Value>> values; in dot_accessor()
5501 values.push_back(pdfium::MakeUnique<CFXJSE_Value>(pIsolate)); in dot_accessor()
5516 void CXFA_FM2JSContext::dotdot_accessor(CFXJSE_Value* pThis, in dotdot_accessor()
5539 std::unique_ptr<CFXJSE_Value> argAccessor = args.GetValue(0); in dotdot_accessor()
5541 auto pLengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in dotdot_accessor()
5551 std::vector<std::vector<std::unique_ptr<CFXJSE_Value>>> resolveValues( in dotdot_accessor()
5553 auto hJSObjValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in dotdot_accessor()
5572 std::vector<std::unique_ptr<CFXJSE_Value>> values; in dotdot_accessor()
5574 values.push_back(pdfium::MakeUnique<CFXJSE_Value>(pIsolate)); in dotdot_accessor()
5613 std::vector<std::unique_ptr<CFXJSE_Value>> resolveValues; in dotdot_accessor()
5618 std::vector<std::unique_ptr<CFXJSE_Value>> values; in dotdot_accessor()
5620 values.push_back(pdfium::MakeUnique<CFXJSE_Value>(pIsolate)); in dotdot_accessor()
5635 void CXFA_FM2JSContext::eval_translation(CFXJSE_Value* pThis, in eval_translation()
5644 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in eval_translation()
5667 void CXFA_FM2JSContext::is_fm_object(CFXJSE_Value* pThis, in is_fm_object()
5675 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in is_fm_object()
5680 void CXFA_FM2JSContext::is_fm_array(CFXJSE_Value* pThis, in is_fm_array()
5688 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in is_fm_array()
5693 void CXFA_FM2JSContext::get_fm_value(CFXJSE_Value* pThis, in get_fm_value()
5702 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in get_fm_value()
5705 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in get_fm_value()
5706 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in get_fm_value()
5728 void CXFA_FM2JSContext::get_fm_jsobj(CFXJSE_Value* pThis, in get_fm_jsobj()
5736 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in get_fm_jsobj()
5745 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in get_fm_jsobj()
5754 void CXFA_FM2JSContext::fm_var_filter(CFXJSE_Value* pThis, in fm_var_filter()
5764 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in fm_var_filter()
5766 std::unique_ptr<CFXJSE_Value> simpleValue = GetSimpleValue(pThis, args, 0); in fm_var_filter()
5772 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in fm_var_filter()
5777 auto flagsValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in fm_var_filter()
5781 std::unique_ptr<CFXJSE_Value> simpleValue = GetSimpleValue(pThis, args, 0); in fm_var_filter()
5787 std::vector<std::unique_ptr<CFXJSE_Value>> values; in fm_var_filter()
5789 values.push_back(pdfium::MakeUnique<CFXJSE_Value>(pIsolate)); in fm_var_filter()
5798 auto objectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in fm_var_filter()
5808 void CXFA_FM2JSContext::concat_fm_object(CFXJSE_Value* pThis, in concat_fm_object()
5814 std::vector<std::unique_ptr<CFXJSE_Value>> argValues; in concat_fm_object()
5818 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in concat_fm_object()
5826 std::vector<std::unique_ptr<CFXJSE_Value>> returnValues; in concat_fm_object()
5828 returnValues.push_back(pdfium::MakeUnique<CFXJSE_Value>(pIsolate)); in concat_fm_object()
5833 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in concat_fm_object()
5849 std::unique_ptr<CFXJSE_Value> CXFA_FM2JSContext::GetSimpleValue( in GetSimpleValue()
5850 CFXJSE_Value* pThis, in GetSimpleValue()
5856 std::unique_ptr<CFXJSE_Value> argIndex = args.GetValue(index); in GetSimpleValue()
5861 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in GetSimpleValue()
5864 auto simpleValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in GetSimpleValue()
5870 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in GetSimpleValue()
5871 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in GetSimpleValue()
5884 auto defaultValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in GetSimpleValue()
5890 bool CXFA_FM2JSContext::ValueIsNull(CFXJSE_Value* pThis, CFXJSE_Value* arg) { in ValueIsNull()
5903 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueIsNull()
5904 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueIsNull()
5908 auto defaultValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueIsNull()
5913 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueIsNull()
5919 auto defaultValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueIsNull()
5925 int32_t CXFA_FM2JSContext::hvalue_get_array_length(CFXJSE_Value* pThis, in hvalue_get_array_length()
5926 CFXJSE_Value* arg) { in hvalue_get_array_length()
5931 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in hvalue_get_array_length()
5937 bool CXFA_FM2JSContext::simpleValueCompare(CFXJSE_Value* pThis, in simpleValueCompare()
5938 CFXJSE_Value* firstValue, in simpleValueCompare()
5939 CFXJSE_Value* secondValue) { in simpleValueCompare()
5962 CFXJSE_Value* pThis, in unfoldArgs()
5964 std::vector<std::unique_ptr<CFXJSE_Value>>* resultValues, in unfoldArgs()
5971 std::vector<std::unique_ptr<CFXJSE_Value>> argsValue; in unfoldArgs()
5975 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in unfoldArgs()
5985 resultValues->push_back(pdfium::MakeUnique<CFXJSE_Value>(pIsolate)); in unfoldArgs()
5990 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in unfoldArgs()
5996 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in unfoldArgs()
5997 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in unfoldArgs()
6026 void CXFA_FM2JSContext::GetObjectDefaultValue(CFXJSE_Value* pValue, in GetObjectDefaultValue()
6027 CFXJSE_Value* pDefaultValue) { in GetObjectDefaultValue()
6037 bool CXFA_FM2JSContext::SetObjectDefaultValue(CFXJSE_Value* pValue, in SetObjectDefaultValue()
6038 CFXJSE_Value* hNewValue) { in SetObjectDefaultValue()
6080 CFXJSE_Value* pThis, in GetObjectForName()
6081 CFXJSE_Value* accessorValue, in GetObjectForName()
6104 int32_t CXFA_FM2JSContext::ResolveObjects(CFXJSE_Value* pThis, in ResolveObjects()
6105 CFXJSE_Value* pRefValue, in ResolveObjects()
6151 CFXJSE_Value* pThis, in ParseResolveResult()
6153 CFXJSE_Value* pParentValue, in ParseResolveResult()
6154 std::vector<std::unique_ptr<CFXJSE_Value>>* resultValues, in ParseResolveResult()
6166 resultValues->push_back(pdfium::MakeUnique<CFXJSE_Value>(pIsolate)); in ParseResolveResult()
6180 resultValues->push_back(pdfium::MakeUnique<CFXJSE_Value>(pIsolate)); in ParseResolveResult()
6189 resultValues->push_back(pdfium::MakeUnique<CFXJSE_Value>(pIsolate)); in ParseResolveResult()
6194 int32_t CXFA_FM2JSContext::ValueToInteger(CFXJSE_Value* pThis, in ValueToInteger()
6195 CFXJSE_Value* pValue) { in ValueToInteger()
6201 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToInteger()
6202 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToInteger()
6203 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToInteger()
6216 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToInteger()
6226 FX_FLOAT CXFA_FM2JSContext::ValueToFloat(CFXJSE_Value* pThis, in ValueToFloat()
6227 CFXJSE_Value* arg) { in ValueToFloat()
6233 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToFloat()
6234 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToFloat()
6235 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToFloat()
6247 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToFloat()
6260 FX_DOUBLE CXFA_FM2JSContext::ValueToDouble(CFXJSE_Value* pThis, in ValueToDouble()
6261 CFXJSE_Value* arg) { in ValueToDouble()
6267 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToDouble()
6268 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToDouble()
6269 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToDouble()
6281 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToDouble()
6293 double CXFA_FM2JSContext::ExtractDouble(CFXJSE_Value* pThis, in ExtractDouble()
6294 CFXJSE_Value* src, in ExtractDouble()
6306 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ExtractDouble()
6314 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ExtractDouble()
6315 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ExtractDouble()
6321 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ExtractDouble()
6328 void CXFA_FM2JSContext::ValueToUTF8String(CFXJSE_Value* arg, in ValueToUTF8String()
6366 m_pValue(pdfium::MakeUnique<CFXJSE_Value>(pScriptIsolate)), in CXFA_FM2JSContext()
6374 void CXFA_FM2JSContext::GlobalPropertyGetter(CFXJSE_Value* pValue) { in GlobalPropertyGetter()