AsType            253 libcore/as_value.cpp as_value::AsType
AsType            300 libcore/as_value.h     AsType defaultPrimitive(int version) const;
AsType            314 libcore/as_value.h     as_value to_primitive(AsType hint) const;
AsType            357 libcore/as_value.h             _type = static_cast<AsType>(static_cast<int>(_type) + 1);
AsType            363 libcore/as_value.h             _type = static_cast<AsType>(static_cast<int>(_type) - 1);
AsType            439 libcore/as_value.h     AsType _type;
AsType            499 libcore/vm/VM.cpp     const as_value::AsType t(v.defaultPrimitive(vm.getSWFVersion()));