Home | History | Annotate | Download | only in api

Lines Matching defs:hasOwnProperty

132     inline bool hasOwnProperty(quint32 property);
133 inline bool hasOwnProperty(JSStringRef property);
918 This method was created to unify acccess to hasOwnProperty, same function for an array index
921 inline bool QScriptValuePrivate::hasOwnProperty(quint32 property)
926 return hasOwnProperty(propertyName.get());
931 This method was created to unify acccess to hasOwnProperty, same function for an array index
934 inline bool QScriptValuePrivate::hasOwnProperty(JSStringRef property)
951 if ((mode == QScriptValue::ResolveLocal) && (!hasOwnProperty(propertyName)))