• Home
  • Raw
  • Download

Lines Matching refs:propertyValue

561       auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate);  in Avg()  local
562 argValue->GetObjectPropertyByIdx(1, propertyValue.get()); in Avg()
565 if (propertyValue->IsNull()) { in Avg()
581 propertyValue->ToString().AsStringC(), newPropertyValue.get()); in Avg()
640 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Count() local
643 argValue->GetObjectPropertyByIdx(1, propertyValue.get()); in Count()
645 if (propertyValue->IsNull()) { in Count()
656 propertyValue->ToString().AsStringC(), newPropertyValue.get()); in Count()
713 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Max() local
716 argValue->GetObjectPropertyByIdx(1, propertyValue.get()); in Max()
718 if (propertyValue->IsNull()) { in Max()
733 propertyValue->ToString().AsStringC(), newPropertyValue.get()); in Max()
787 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Min() local
790 argValue->GetObjectPropertyByIdx(1, propertyValue.get()); in Min()
792 if (propertyValue->IsNull()) { in Min()
807 propertyValue->ToString().AsStringC(), newPropertyValue.get()); in Min()
950 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Sum() local
951 argValue->GetObjectPropertyByIdx(1, propertyValue.get()); in Sum()
954 if (propertyValue->IsNull()) { in Sum()
968 propertyValue->ToString().AsStringC(), newPropertyValue.get()); in Sum()
2796 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Choose() local
2799 argIndexValue->GetObjectPropertyByIdx(1, propertyValue.get()); in Choose()
2802 if (propertyValue->IsNull()) { in Choose()
2806 propertyValue->ToString().AsStringC(), newPropertyValue.get()); in Choose()
3007 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Ref() local
3009 argOne->GetObjectPropertyByIdx(1, propertyValue.get()); in Ref()
3011 if (!propertyValue->IsNull() || jsObjectValue->IsNull()) { in Ref()
4981 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in assign_value_operator() local
4982 lValue->GetObjectPropertyByIdx(1, propertyValue.get()); in assign_value_operator()
4983 if (propertyValue->IsNull()) { in assign_value_operator()
4994 jsObjectValue->SetObjectProperty(propertyValue->ToString().AsStringC(), in assign_value_operator()
5705 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in get_fm_value() local
5707 argOne->GetObjectPropertyByIdx(1, propertyValue.get()); in get_fm_value()
5709 if (propertyValue->IsNull()) { in get_fm_value()
5714 jsObjectValue->GetObjectProperty(propertyValue->ToString().AsStringC(), in get_fm_value()
5870 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in GetSimpleValue() local
5872 argIndex->GetObjectPropertyByIdx(1, propertyValue.get()); in GetSimpleValue()
5874 if (propertyValue->IsNull()) { in GetSimpleValue()
5879 jsObjectValue->GetObjectProperty(propertyValue->ToString().AsStringC(), in GetSimpleValue()
5903 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueIsNull() local
5905 arg->GetObjectPropertyByIdx(1, propertyValue.get()); in ValueIsNull()
5907 if (propertyValue->IsNull()) { in ValueIsNull()
5914 jsObjectValue->GetObjectProperty(propertyValue->ToString().AsStringC(), in ValueIsNull()
5996 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in unfoldArgs() local
5998 argsValue[i]->GetObjectPropertyByIdx(1, propertyValue.get()); in unfoldArgs()
5999 if (propertyValue->IsNull()) { in unfoldArgs()
6010 propertyValue->ToString().AsStringC(), in unfoldArgs()
6201 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToInteger() local
6204 pValue->GetObjectPropertyByIdx(1, propertyValue.get()); in ValueToInteger()
6206 if (propertyValue->IsNull()) { in ValueToInteger()
6211 jsObjectValue->GetObjectProperty(propertyValue->ToString().AsStringC(), in ValueToInteger()
6233 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToFloat() local
6236 arg->GetObjectPropertyByIdx(1, propertyValue.get()); in ValueToFloat()
6238 if (propertyValue->IsNull()) { in ValueToFloat()
6242 jsObjectValue->GetObjectProperty(propertyValue->ToString().AsStringC(), in ValueToFloat()
6267 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToDouble() local
6270 arg->GetObjectPropertyByIdx(1, propertyValue.get()); in ValueToDouble()
6272 if (propertyValue->IsNull()) { in ValueToDouble()
6276 jsObjectValue->GetObjectProperty(propertyValue->ToString().AsStringC(), in ValueToDouble()
6314 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ExtractDouble() local
6316 src->GetObjectPropertyByIdx(1, propertyValue.get()); in ExtractDouble()
6318 if (propertyValue->IsNull()) in ExtractDouble()
6322 jsObjectValue->GetObjectProperty(propertyValue->ToString().AsStringC(), in ExtractDouble()