getAtomProperty   303 axscript/ByteArrayGlue.cpp 		return ScriptObject::getAtomProperty(name);
getAtomProperty   320 axscript/ByteArrayGlue.cpp 		return ScriptObject::hasAtomProperty(name) || getAtomProperty(name) != undefinedAtom;
getAtomProperty   102 axscript/ByteArrayGlue.h 		virtual Atom getAtomProperty(Atom name) const;
getAtomProperty   164 axscript/IDispatchConsumer.cpp 			return ScriptObject::getAtomProperty(name);
getAtomProperty    64 axscript/IDispatchConsumer.h 		virtual Atom getAtomProperty(Atom name) const;
getAtomProperty    76 axscript/IDispatchConsumer.h 			return getAtomProperty(core()->internUint32(i)->atom());
getAtomProperty   167 axscript/IDispatchProvider.cpp 				ret = ob->getAtomProperty(entry.name);
getAtomProperty    82 axscript/mscom.h 		virtual Atom getAtomProperty(Atom name) const;
getAtomProperty   228 core/ArrayObject.cpp 		return ScriptObject::getAtomProperty(name);
getAtomProperty    82 core/ArrayObject.h 		virtual Atom getAtomProperty(Atom name) const;
getAtomProperty  2011 core/Interpreter.cpp 					*sp = AvmCore::atomToScriptObject(*sp)->getAtomProperty(a2);
getAtomProperty   708 core/MethodEnv.cpp 				return AvmCore::atomToScriptObject(obj)->getAtomProperty(index);
getAtomProperty   946 core/MethodEnv.cpp 				return AvmCore::atomToScriptObject(obj)->getAtomProperty(this->core()->internInt(index)->atom());
getAtomProperty   373 core/ScriptObject.cpp 			return getAtomProperty(core->internUint32(i)->atom());
getAtomProperty   126 core/ScriptObject.h 		virtual Atom getAtomProperty(Atom name) const;
getAtomProperty   149 core/ScriptObject.h 			return getAtomProperty(name->atom());
getAtomProperty   128 core/VectorClass.cpp 	Atom VectorBaseObject::getAtomProperty(Atom name) const
getAtomProperty    68 core/VectorClass.h 		virtual Atom getAtomProperty(Atom name) const;
getAtomProperty   941 core/XMLListObject.cpp 		return AvmCore::atomToXMLList(getAtomProperty(toplevel()->ToAttributeName(arg)->atom()));
getAtomProperty   947 core/XMLListObject.cpp 		return AvmCore::atomToXMLList(getAtomProperty(toplevel()->ToAttributeName(core()->kAsterisk)->atom()));
getAtomProperty   122 core/XMLListObject.h 		Atom getAtomProperty(Atom name) const;			// [[Get]]
getAtomProperty  1580 core/XMLObject.cpp 		return AvmCore::atomToXMLList(getAtomProperty(toplevel()->ToAttributeName(arg)->atom()));
getAtomProperty  1589 core/XMLObject.cpp 		return AvmCore::atomToXMLList(getAtomProperty(toplevel()->ToAttributeName(core()->kAsterisk)->atom()));
getAtomProperty  1608 core/XMLObject.cpp 		return AvmCore::atomToXMLList(getAtomProperty(P));
getAtomProperty   142 core/XMLObject.h 		Atom getAtomProperty(Atom name) const;		
getAtomProperty   108 extensions/DictionaryGlue.cpp 	Atom DictionaryObject::getAtomProperty(Atom key) const
getAtomProperty   115 extensions/DictionaryGlue.cpp 		return ScriptObject::getAtomProperty(key);
getAtomProperty    52 extensions/DictionaryGlue.h 		virtual Atom getAtomProperty(Atom name) const;
getAtomProperty   111 extensions/JavaGlue.h 		Atom getAtomProperty(Atom name) const;
getAtomProperty   324 shell/ByteArrayGlue.cpp 		return ScriptObject::getAtomProperty(name);
getAtomProperty   340 shell/ByteArrayGlue.cpp 		return ScriptObject::hasAtomProperty(name) || getAtomProperty(name) != undefinedAtom;
getAtomProperty   129 shell/ByteArrayGlue.h 		virtual Atom getAtomProperty(Atom name) const;