Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_value.h63 bool HasObjectOwnProperty(ByteStringView szPropName, bool bUseTypeGetter);
Dcfxjse_value.cpp209 bool CFXJSE_Value::HasObjectOwnProperty(ByteStringView szPropName, in HasObjectOwnProperty() function in CFXJSE_Value
Dcfxjse_engine.cpp577 if (!pObject->HasObjectOwnProperty(szPropName, false)) in QueryVariableValue()