Searched refs:hVariableValue (Results 1 – 1 of 1) sorted by relevance
571 auto hVariableValue = pdfium::MakeUnique<CFXJSE_Value>(GetIsolate()); in QueryVariableValue() local580 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()