Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_engine.cpp502 auto hVariableValue = pdfium::MakeUnique<CFXJSE_Value>(GetIsolate()); in QueryVariableValue() local
508 pObject->GetObjectProperty(szPropName, hVariableValue.get()); in QueryVariableValue()
509 if (hVariableValue->IsFunction()) in QueryVariableValue()
510 pValue->SetFunctionBind(hVariableValue.get(), pObject.get()); in QueryVariableValue()
512 pValue->Assign(hVariableValue.get()); in QueryVariableValue()
514 hVariableValue.get()->Assign(pValue); in QueryVariableValue()