Lines Matching refs:propertyValue
668 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Avg() local
669 argValue->GetObjectPropertyByIdx(1, propertyValue.get()); in Avg()
672 if (propertyValue->IsNull()) { in Avg()
688 propertyValue->ToString().AsStringView(), newPropertyValue.get()); in Avg()
746 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Count() local
749 argValue->GetObjectPropertyByIdx(1, propertyValue.get()); in Count()
751 if (propertyValue->IsNull()) { in Count()
762 propertyValue->ToString().AsStringView(), newPropertyValue.get()); in Count()
818 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Max() local
821 argValue->GetObjectPropertyByIdx(1, propertyValue.get()); in Max()
823 if (propertyValue->IsNull()) { in Max()
838 propertyValue->ToString().AsStringView(), newPropertyValue.get()); in Max()
892 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Min() local
895 argValue->GetObjectPropertyByIdx(1, propertyValue.get()); in Min()
897 if (propertyValue->IsNull()) { in Min()
912 propertyValue->ToString().AsStringView(), newPropertyValue.get()); in Min()
1053 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Sum() local
1054 argValue->GetObjectPropertyByIdx(1, propertyValue.get()); in Sum()
1057 if (propertyValue->IsNull()) { in Sum()
1071 propertyValue->ToString().AsStringView(), newPropertyValue.get()); in Sum()
2677 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Choose() local
2680 argIndexValue->GetObjectPropertyByIdx(1, propertyValue.get()); in Choose()
2683 if (propertyValue->IsNull()) { in Choose()
2687 propertyValue->ToString().AsStringView(), newPropertyValue.get()); in Choose()
2885 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Ref() local
2887 argOne->GetObjectPropertyByIdx(1, propertyValue.get()); in Ref()
2889 if (!propertyValue->IsNull() || jsObjectValue->IsNull()) { in Ref()
4796 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in assign_value_operator() local
4797 lValue->GetObjectPropertyByIdx(1, propertyValue.get()); in assign_value_operator()
4798 if (propertyValue->IsNull()) { in assign_value_operator()
4810 propertyValue->ToString().AsStringView(), rValue.get()); in assign_value_operator()
5525 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in get_fm_value() local
5527 argOne->GetObjectPropertyByIdx(1, propertyValue.get()); in get_fm_value()
5529 if (propertyValue->IsNull()) { in get_fm_value()
5534 jsObjectValue->GetObjectProperty(propertyValue->ToString().AsStringView(), in get_fm_value()
5690 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in GetSimpleValue() local
5692 argIndex->GetObjectPropertyByIdx(1, propertyValue.get()); in GetSimpleValue()
5694 if (propertyValue->IsNull()) { in GetSimpleValue()
5699 jsObjectValue->GetObjectProperty(propertyValue->ToString().AsStringView(), in GetSimpleValue()
5724 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueIsNull() local
5726 arg->GetObjectPropertyByIdx(1, propertyValue.get()); in ValueIsNull()
5728 if (propertyValue->IsNull()) { in ValueIsNull()
5735 jsObjectValue->GetObjectProperty(propertyValue->ToString().AsStringView(), in ValueIsNull()
5816 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in unfoldArgs() local
5818 argsValue[i]->GetObjectPropertyByIdx(1, propertyValue.get()); in unfoldArgs()
5819 if (propertyValue->IsNull()) { in unfoldArgs()
5830 propertyValue->ToString().AsStringView(), in unfoldArgs()
6030 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToInteger() local
6033 pValue->GetObjectPropertyByIdx(1, propertyValue.get()); in ValueToInteger()
6035 if (propertyValue->IsNull()) { in ValueToInteger()
6040 jsObjectValue->GetObjectProperty(propertyValue->ToString().AsStringView(), in ValueToInteger()
6062 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToFloat() local
6065 arg->GetObjectPropertyByIdx(1, propertyValue.get()); in ValueToFloat()
6067 if (propertyValue->IsNull()) { in ValueToFloat()
6071 jsObjectValue->GetObjectProperty(propertyValue->ToString().AsStringView(), in ValueToFloat()
6098 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ValueToDouble() local
6101 arg->GetObjectPropertyByIdx(1, propertyValue.get()); in ValueToDouble()
6103 if (propertyValue->IsNull()) { in ValueToDouble()
6107 jsObjectValue->GetObjectProperty(propertyValue->ToString().AsStringView(), in ValueToDouble()
6145 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in ExtractDouble() local
6147 src->GetObjectPropertyByIdx(1, propertyValue.get()); in ExtractDouble()
6149 if (propertyValue->IsNull()) in ExtractDouble()
6153 jsObjectValue->GetObjectProperty(propertyValue->ToString().AsStringView(), in ExtractDouble()