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