Searched refs:HasObjectOwnProperty (Results 1 – 3 of 3) sorted by relevance
66 bool HasObjectOwnProperty(const ByteStringView& szPropName,
192 bool CFXJSE_Value::HasObjectOwnProperty(const ByteStringView& szPropName, in HasObjectOwnProperty() function in CFXJSE_Value
507 if (pObject->HasObjectOwnProperty(szPropName, false)) { in QueryVariableValue()