Searched refs:HasObjectOwnProperty (Results 1 – 3 of 3) sorted by relevance
63 bool HasObjectOwnProperty(ByteStringView szPropName, bool bUseTypeGetter);
209 bool CFXJSE_Value::HasObjectOwnProperty(ByteStringView szPropName, in HasObjectOwnProperty() function in CFXJSE_Value
577 if (!pObject->HasObjectOwnProperty(szPropName, false)) in QueryVariableValue()