Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_value.h66 bool HasObjectOwnProperty(const ByteStringView& szPropName,
Dcfxjse_value.cpp192 bool CFXJSE_Value::HasObjectOwnProperty(const ByteStringView& szPropName, in HasObjectOwnProperty() function in CFXJSE_Value
Dcfxjse_engine.cpp507 if (pObject->HasObjectOwnProperty(szPropName, false)) { in QueryVariableValue()