hasAtomProperty   320 axscript/ByteArrayGlue.cpp 		return ScriptObject::hasAtomProperty(name) || getAtomProperty(name) != undefinedAtom;
hasAtomProperty   100 axscript/ByteArrayGlue.h 		virtual bool hasAtomProperty(Atom name) const;
hasAtomProperty   163 axscript/IDispatchConsumer.cpp 		if (hasAtomProperty(name))
hasAtomProperty    88 axscript/IDispatchConsumer.h 			return hasAtomProperty(core()->internUint32(i)->atom());
hasAtomProperty    85 axscript/IDispatchProvider.cpp 		bool exists = ob->hasAtomProperty(name);
hasAtomProperty   343 core/ArrayObject.cpp 		return ScriptObject::hasAtomProperty(name);
hasAtomProperty    85 core/ArrayObject.h 		virtual bool hasAtomProperty(Atom name) const;
hasAtomProperty   198 core/ScriptObject.cpp 				return hasAtomProperty(multiname->getName()->atom());
hasAtomProperty   444 core/ScriptObject.cpp 			return hasAtomProperty(core->internUint32(i)->atom());
hasAtomProperty   130 core/ScriptObject.h 		virtual bool hasAtomProperty(Atom name) const;
hasAtomProperty   166 core/ScriptObject.h 			return hasAtomProperty(name->atom());
hasAtomProperty   517 core/Toplevel.cpp 			if (o->hasAtomProperty(nameatom))
hasAtomProperty    47 core/VectorClass.cpp 	bool VectorBaseObject::hasAtomProperty(Atom name) const
hasAtomProperty    61 core/VectorClass.cpp 			return ScriptObject::hasAtomProperty(name);
hasAtomProperty    66 core/VectorClass.h 		virtual bool hasAtomProperty(Atom name) const;
hasAtomProperty  1045 core/XMLListObject.cpp 		if (hasAtomProperty(P))
hasAtomProperty   131 core/XMLListObject.h 		bool hasAtomProperty(Atom name) const;
hasAtomProperty  1706 core/XMLObject.cpp 		if (hasAtomProperty(P))
hasAtomProperty   151 core/XMLObject.h 		bool hasAtomProperty(Atom name) const;
hasAtomProperty   118 extensions/DictionaryGlue.cpp 	bool DictionaryObject::hasAtomProperty(Atom key) const
hasAtomProperty   125 extensions/DictionaryGlue.cpp 		return ScriptObject::hasAtomProperty(key);
hasAtomProperty    53 extensions/DictionaryGlue.h 		virtual bool hasAtomProperty(Atom name) const;
hasAtomProperty   340 shell/ByteArrayGlue.cpp 		return ScriptObject::hasAtomProperty(name) || getAtomProperty(name) != undefinedAtom;
hasAtomProperty   127 shell/ByteArrayGlue.h 		virtual bool hasAtomProperty(Atom name) const;