getUintProperty   103 axscript/ByteArrayGlue.h 		virtual Atom getUintProperty(uint32 i) const;
getUintProperty    74 axscript/IDispatchConsumer.h 		virtual Atom getUintProperty(uint32 i) const
getUintProperty    91 axscript/SystemClass.cpp 			Stringp s = core->string(a->getUintProperty(i));
getUintProperty   198 core/ArrayClass.cpp 			Atom atom = args->getUintProperty(i);
getUintProperty   224 core/ArrayClass.cpp 				out->setUintProperty(i, d->getUintProperty(i));
getUintProperty   230 core/ArrayClass.cpp 			Atom atom = args->getUintProperty(i);
getUintProperty   241 core/ArrayClass.cpp 					out->m_denseArr.push (b->getUintProperty(j));
getUintProperty   279 core/ArrayClass.cpp 			Atom outAtom = d->getUintProperty (len-1); 
getUintProperty   312 core/ArrayClass.cpp 			Atom frontAtom = d->getUintProperty(i);
getUintProperty   313 core/ArrayClass.cpp 			Atom backAtom  = d->getUintProperty(j);
getUintProperty   355 core/ArrayClass.cpp 			outAtom = d->getUintProperty(0);
getUintProperty   359 core/ArrayClass.cpp 				d->setUintProperty(i, d->getUintProperty(i+1));
getUintProperty   392 core/ArrayClass.cpp 			out->setUintProperty (outIndex++, d->getUintProperty (i));
getUintProperty   568 core/ArrayClass.cpp 				Atom a = d->getUintProperty(i);
getUintProperty   623 core/ArrayClass.cpp 				atoms->setAt(i, d->getUintProperty(i));
getUintProperty  1145 core/ArrayClass.cpp 			Atom arg0 = args->getUintProperty(0);
getUintProperty  1154 core/ArrayClass.cpp 					Atom arg1 = args->getUintProperty(1);
getUintProperty  1244 core/ArrayClass.cpp 				fn[i].name = core->intern(obj->getUintProperty(i));
getUintProperty  1255 core/ArrayClass.cpp 					options = AvmCore::integer(obj->getUintProperty(0));
getUintProperty  1258 core/ArrayClass.cpp 						fn[i].options = AvmCore::integer(obj->getUintProperty (i));
getUintProperty  1299 core/ArrayClass.cpp 		uint32 start = NativeObjectHelpers::ClampIndex(AvmCore::toInteger(args->getUintProperty(0)),len);
getUintProperty  1301 core/ArrayClass.cpp 		double d_deleteCount = args->getLength() > 1 ? AvmCore::toInteger(args->getUintProperty(1)) : (len - start); 
getUintProperty  1314 core/ArrayClass.cpp 			out->setUintProperty(i, d->getUintProperty(i+start));
getUintProperty  1335 core/ArrayClass.cpp 				d->setUintProperty(i-shiftAmount, d->getUintProperty(i));
getUintProperty  1348 core/ArrayClass.cpp 				d->setUintProperty(i+shiftAmount, d->getUintProperty(i));
getUintProperty  1354 core/ArrayClass.cpp 			d->setUintProperty(start+i, args->getUintProperty(i + 2));
getUintProperty  1401 core/ArrayClass.cpp 			Atom atom = d->getUintProperty(i);
getUintProperty  1424 core/ArrayClass.cpp 			Atom atom = d->getUintProperty(i);
getUintProperty  1451 core/ArrayClass.cpp 				d->getUintProperty(i),	// element
getUintProperty  1485 core/ArrayClass.cpp 				d->getUintProperty(i), // element
getUintProperty  1516 core/ArrayClass.cpp 				d->getUintProperty(i),	// element
getUintProperty  1544 core/ArrayClass.cpp 				d->getUintProperty(i),	// element
getUintProperty  1573 core/ArrayClass.cpp 				d->getUintProperty(i),	// element
getUintProperty  1608 core/ArrayClass.cpp 			Atom atom = args->getUintProperty(i - 1);
getUintProperty    81 core/ArrayObject.cpp 			Atom lowHT = ScriptObject::getUintProperty (m_lowHTentry);
getUintProperty   242 core/ArrayObject.cpp 		return ScriptObject::getUintProperty (index);
getUintProperty    88 core/ArrayObject.h 		virtual Atom getUintProperty(uint32 index) const
getUintProperty  2000 core/Interpreter.cpp 					*sp = AvmCore::atomToScriptObject(*sp)->getUintProperty(UINT32_VALUE(a2));
getUintProperty   378 core/MethodEnv.cpp 				atomv[i+1] = a->getUintProperty(i);
getUintProperty   524 core/MethodEnv.cpp 			args = coerceUnbox1(a->getUintProperty(i), ms->paramTraits(i+1), args);
getUintProperty   526 core/MethodEnv.cpp 			*args++ = a->getUintProperty(end++);
getUintProperty   941 core/MethodEnv.cpp 				return AvmCore::atomToScriptObject(obj)->getUintProperty(index);
getUintProperty   968 core/MethodEnv.cpp 			return AvmCore::atomToScriptObject(obj)->getUintProperty(index);
getUintProperty   291 core/RegExpObject.cpp 					out->setUintProperty(n++, matchArray->getUintProperty(j));
getUintProperty   459 core/RegExpObject.cpp 				a->setUintProperty(n++, matchArray->getUintProperty(0));
getUintProperty   139 core/ScriptObject.h 		virtual Atom getUintProperty(uint32 i) const;
getUintProperty   135 core/VectorClass.cpp 			return getUintProperty(index);
getUintProperty   196 core/VectorClass.cpp 			return getUintProperty(index-1);
getUintProperty   232 core/VectorClass.cpp 				d->getUintProperty(i), // element
getUintProperty   258 core/VectorClass.cpp 			Atom element = d->getUintProperty(i);
getUintProperty   555 core/VectorClass.cpp 	Atom ObjectVectorObject::getUintProperty(uint32 index) const
getUintProperty   732 core/VectorClass.cpp 					_setUintProperty(insertPoint+i, so_args->getUintProperty(i+offset));
getUintProperty   116 core/VectorClass.h 		virtual Atom getUintProperty(uint32 index) const
getUintProperty   288 core/VectorClass.h 						atomToValue(so_args->getUintProperty(i+offset), m_array[insertPoint+i]);
getUintProperty   321 core/VectorClass.h 					this->setUintProperty(i, so_args->getUintProperty(i));
getUintProperty   495 core/VectorClass.h 		virtual Atom getUintProperty(uint32 index) const;
getUintProperty    97 core/XMLListObject.cpp 				return getUintProperty (index);
getUintProperty   136 core/XMLListObject.h 		Atom getUintProperty(uint32 i) const;
getUintProperty   156 core/XMLObject.h 		Atom getUintProperty(uint32 i) const;
getUintProperty   665 core/jit-calls.h                 return AvmCore::atomToScriptObject(obj)->getUintProperty(uint32_t(atomGetIntptr(index)));
getUintProperty   130 shell/ByteArrayGlue.h 		virtual Atom getUintProperty(uint32_t i) const;
getUintProperty   110 shell/SystemClass.cpp 			StringIndexer s(core->string(a->getUintProperty(i)));