Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_value.h68 bool SetObjectOwnProperty(const ByteStringView& szPropName,
Dcfxjse_engine.cpp194 pObject->SetObjectOwnProperty(szPropName, pValue); in GlobalPropertySetter()
504 pObject->SetObjectOwnProperty(szPropName, pValue); in QueryVariableValue()
Dcfxjse_value.cpp210 bool CFXJSE_Value::SetObjectOwnProperty(const ByteStringView& szPropName, in SetObjectOwnProperty() function in CFXJSE_Value