Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_engine.cpp571 auto hVariableValue = pdfium::MakeUnique<CFXJSE_Value>(GetIsolate()); in QueryVariableValue() local
580 pObject->GetObjectProperty(szPropName, hVariableValue.get()); in QueryVariableValue()
581 if (hVariableValue->IsFunction()) in QueryVariableValue()
582 pValue->SetFunctionBind(hVariableValue.get(), pObject.get()); in QueryVariableValue()
584 pValue->Assign(hVariableValue.get()); in QueryVariableValue()
586 hVariableValue.get()->Assign(pValue); in QueryVariableValue()