Home
last modified time | relevance | path

Searched refs:argsValue (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp5791 std::vector<std::unique_ptr<CFXJSE_Value>> argsValue; in unfoldArgs() local
5793 argsValue.push_back(args.GetValue(i + iStart)); in unfoldArgs()
5794 if (argsValue[i]->IsArray()) { in unfoldArgs()
5796 argsValue[i]->GetObjectProperty("length", lengthValue.get()); in unfoldArgs()
5809 if (argsValue[i]->IsArray()) { in unfoldArgs()
5811 argsValue[i]->GetObjectProperty("length", lengthValue.get()); in unfoldArgs()
5818 argsValue[i]->GetObjectPropertyByIdx(1, propertyValue.get()); in unfoldArgs()
5821 argsValue[i]->GetObjectPropertyByIdx(j, jsObjectValue.get()); in unfoldArgs()
5828 argsValue[i]->GetObjectPropertyByIdx(j, jsObjectValue.get()); in unfoldArgs()
5835 } else if (argsValue[i]->IsObject()) { in unfoldArgs()
[all …]