getSWFVersion    1121 gui/gui.cpp        os << "SWF " << vm.getSWFVersion();
getSWFVersion     919 libcore/Button.cpp     return _def->getSWFVersion();
getSWFVersion     939 libcore/DisplayObject.cpp     if (isLevelTarget(getSWFVersion(*o), propname, levelno)) {
getSWFVersion     968 libcore/DisplayObject.cpp             if (getSWFVersion(*o) < 5) break;
getSWFVersion     974 libcore/DisplayObject.cpp             if (getSWFVersion(*o) < 6) break;
getSWFVersion    1376 libcore/DisplayObject.cpp     if (getSWFVersion(*getObject(&o)) < 6 && name.empty()) return as_value(); 
getSWFVersion     536 libcore/FreetypeGlyphsProvider.cpp     SWFRect bound; sh->compute_bound(&bound, VM::get().getSWFVersion());
getSWFVersion      84 libcore/Function.cpp 	const int swfversion = getSWFVersion(fn);
getSWFVersion      61 libcore/Function2.cpp 	const int swfversion = getSWFVersion(fn);
getSWFVersion     804 libcore/MovieClip.cpp         (*i)->updateText(val.to_string(getSWFVersion(*getObject(this))));
getSWFVersion    1331 libcore/MovieClip.cpp     if (getSWFVersion(*obj) > 5) {
getSWFVersion    1636 libcore/MovieClip.cpp         const int swfversion = getSWFVersion(*mc);
getSWFVersion    1674 libcore/MovieClip.cpp         if (getSWFVersion(*getObject(this)) > 5) {
getSWFVersion     274 libcore/MovieLoader.cpp         const int version = _movieRoot.getVM().getSWFVersion();
getSWFVersion      62 libcore/PropertyList.cpp     const bool caseless = vm.getSWFVersion() < 7;
getSWFVersion     132 libcore/TextField.cpp     const int version = getSWFVersion(*object);
getSWFVersion     483 libcore/TextField.cpp     const int version = getSWFVersion(*getObject(this));
getSWFVersion     793 libcore/TextField.cpp     const int version = getSWFVersion(*getObject(this));
getSWFVersion     836 libcore/TextField.cpp             const int version = getSWFVersion(*getObject(this));
getSWFVersion     862 libcore/TextField.cpp     const int version = getSWFVersion(*getObject(this));
getSWFVersion     871 libcore/TextField.cpp     const int version = getSWFVersion(*getObject(this));
getSWFVersion    1983 libcore/TextField.cpp     const int version = getSWFVersion(*obj);
getSWFVersion     126 libcore/as_environment.cpp     const int swfVersion = vm.getSWFVersion();
getSWFVersion     279 libcore/as_environment.cpp     return _vm.getSWFVersion();
getSWFVersion     464 libcore/as_environment.cpp     const int swfVersion = vm.getSWFVersion();
getSWFVersion     497 libcore/as_environment.cpp     const int swfVersion = vm.getSWFVersion();
getSWFVersion     659 libcore/as_environment.cpp     return env.getVM().getSWFVersion();
getSWFVersion     229 libcore/as_environment.h int getSWFVersion(const as_environment& env);
getSWFVersion      68 libcore/as_function.cpp 	const int swfversion = getSWFVersion(env);
getSWFVersion     206 libcore/as_object.cpp     if (fname.empty() || getSWFVersion(*this) <= 6) {
getSWFVersion     386 libcore/as_object.cpp     const int version = getSWFVersion(*this);
getSWFVersion     453 libcore/as_object.cpp     if ( ! fname.empty() && getSWFVersion(*this) > 6) {
getSWFVersion     479 libcore/as_object.cpp     const int version = getSWFVersion(*this);
getSWFVersion     504 libcore/as_object.cpp     const int swfVersion = getSWFVersion(*this);
getSWFVersion     539 libcore/as_object.cpp             prop->clearVisible(getSWFVersion(*this));
getSWFVersion     568 libcore/as_object.cpp     prop->clearVisible(getSWFVersion(*this));
getSWFVersion     609 libcore/as_object.cpp         const int version = getSWFVersion(*this);
getSWFVersion     936 libcore/as_object.cpp     int swfVersion = getSWFVersion(*this);
getSWFVersion    1152 libcore/as_object.cpp     return o.vm().getSWFVersion();
getSWFVersion     919 libcore/as_object.h int getSWFVersion(const as_object& o);
getSWFVersion     926 libcore/as_object.h     return getSWFVersion(o) < 7;
getSWFVersion     313 libcore/asobj/Array_as.cpp         std::string s = a.to_string(getSWFVersion(_fn));
getSWFVersion     314 libcore/asobj/Array_as.cpp         return s.compare(b.to_string(getSWFVersion(_fn)));
getSWFVersion     321 libcore/asobj/Array_as.cpp         std::string c = to_upper_copy(a.to_string(getSWFVersion(_fn)));
getSWFVersion     322 libcore/asobj/Array_as.cpp         std::string d = to_upper_copy(b.to_string(getSWFVersion(_fn)));
getSWFVersion    1083 libcore/asobj/Array_as.cpp     const int version = getSWFVersion(fn);
getSWFVersion    1326 libcore/asobj/Array_as.cpp     const int version = getSWFVersion(fn);
getSWFVersion    1453 libcore/asobj/Array_as.cpp     const int version = getSWFVersion(*array);
getSWFVersion     287 libcore/asobj/Global_as.cpp     const int version = vm.getSWFVersion();
getSWFVersion     131 libcore/asobj/LoadVars_as.cpp     const int ver = getSWFVersion(fn);
getSWFVersion     258 libcore/asobj/LoadableObject.cpp     const int version = getSWFVersion(fn);
getSWFVersion     946 libcore/asobj/LocalConnection_as.cpp     if (getSWFVersion(o) > 6) {
getSWFVersion     131 libcore/asobj/MovieClipLoader.cpp 	if (!target && ! isLevelTarget(getSWFVersion(fn), tgt_str, junk) ) {
getSWFVersion    1511 libcore/asobj/MovieClip_as.cpp     const int swfVersion = getSWFVersion(fn);
getSWFVersion    1716 libcore/asobj/MovieClip_as.cpp     const size_t maxargs = getSWFVersion(fn) >= 8 ? 8 : 5;
getSWFVersion     780 libcore/asobj/NetConnection_as.cpp     const std::string& uriStr = uri.to_string(vm.getSWFVersion());
getSWFVersion     786 libcore/asobj/NetConnection_as.cpp     if (uri.is_null() || (getSWFVersion(fn) > 6 && uri.is_undefined())) {
getSWFVersion     222 libcore/asobj/Selection_as.cpp     if (getSWFVersion(fn) >= 6) {
getSWFVersion     776 libcore/asobj/SharedObject_as.cpp     const int swfVersion = getSWFVersion(fn);
getSWFVersion     124 libcore/asobj/Stage_as.cpp     const int version = getSWFVersion(fn);
getSWFVersion     183 libcore/asobj/Stage_as.cpp     const int version = getSWFVersion(fn);
getSWFVersion     224 libcore/asobj/Stage_as.cpp     const int version = getSWFVersion(fn);
getSWFVersion     518 libcore/asobj/String_as.cpp     const int version = getSWFVersion(fn);
getSWFVersion     706 libcore/asobj/String_as.cpp     const int version = getSWFVersion(fn);
getSWFVersion     721 libcore/asobj/String_as.cpp     const int version = getSWFVersion(fn);
getSWFVersion     737 libcore/asobj/String_as.cpp     std::wstring wstr = utf8::decodeCanonicalString(str, getSWFVersion(fn));
getSWFVersion     759 libcore/asobj/String_as.cpp         getSWFVersion(fn);
getSWFVersion     275 libcore/asobj/TextField_as.cpp     if (getSWFVersion(fn) > 7) return as_value(obj);
getSWFVersion     864 libcore/asobj/TextField_as.cpp     const int version = getSWFVersion(fn);
getSWFVersion     882 libcore/asobj/TextField_as.cpp     const int version = getSWFVersion(fn);
getSWFVersion     915 libcore/asobj/TextField_as.cpp     const int version = getSWFVersion(fn);
getSWFVersion    1003 libcore/asobj/TextField_as.cpp     int version = getSWFVersion(fn);
getSWFVersion      95 libcore/asobj/TextFormat_as.cpp         return val.to_string(getSWFVersion(fn()));
getSWFVersion     570 libcore/asobj/TextFormat_as.cpp     const int version = getSWFVersion(fn);
getSWFVersion     634 libcore/asobj/XML_as.cpp         const int version = getSWFVersion(fn);
getSWFVersion     663 libcore/asobj/flash/external/ExternalInterface_as.cpp                 fc.to_string(getSWFVersion(fn)));
getSWFVersion     691 libcore/asobj/flash/external/ExternalInterface_as.cpp         return findObject(fn.env(), fc.to_string(getSWFVersion(fn)));
getSWFVersion     233 libcore/swf/DefineButtonTag.h     int getSWFVersion() const;
getSWFVersion    1019 libcore/vm/ASHandlers.cpp     const int version = getSWFVersion(env);
getSWFVersion    2065 libcore/vm/ASHandlers.cpp     const int version = getSWFVersion(env);
getSWFVersion    2503 libcore/vm/ASHandlers.cpp     int swfVersion = vm.getSWFVersion();
getSWFVersion    3092 libcore/vm/ASHandlers.cpp     if (getSWFVersion(*super) > 5) {
getSWFVersion    3594 libcore/vm/ASHandlers.cpp             if (isLevelTarget(getSWFVersion(env), target_string, levelno)) {
getSWFVersion    3648 libcore/vm/ASHandlers.cpp     if (isLevelTarget(getSWFVersion(env), target_string, levelno)) {
getSWFVersion     133 libcore/vm/ActionExec.cpp     _origExecSWFVersion = vm.getSWFVersion();
getSWFVersion     374 libcore/vm/VM.cpp 		const int version = vm.getSWFVersion();
getSWFVersion     437 libcore/vm/VM.cpp     return a.equals(b, vm.getSWFVersion());
getSWFVersion     443 libcore/vm/VM.cpp     return v.to_bool(vm.getSWFVersion());
getSWFVersion     449 libcore/vm/VM.cpp     return v.to_number(vm.getSWFVersion());
getSWFVersion     461 libcore/vm/VM.cpp     const double d = v.to_number(vm.getSWFVersion());
getSWFVersion     476 libcore/vm/VM.cpp     v.set_double(v.to_number(vm.getSWFVersion()));
getSWFVersion     484 libcore/vm/VM.cpp     v.set_string(v.to_string(vm.getSWFVersion()));
getSWFVersion     492 libcore/vm/VM.cpp     v.set_bool(v.to_bool(vm.getSWFVersion()));
getSWFVersion     499 libcore/vm/VM.cpp     const as_value::AsType t(v.defaultPrimitive(vm.getSWFVersion()));
getSWFVersion     111 libcore/vm/VM.h 	int getSWFVersion() const {
getSWFVersion     321 libcore/vm/fn_call.h getSWFVersion(const fn_call& fn)
getSWFVersion     323 libcore/vm/fn_call.h     return fn.getVM().getSWFVersion();
getSWFVersion      89 testsuite/libcore.all/PropertyListTest.cpp 	log_debug("VM version %d", vm.getSWFVersion());
getSWFVersion      99 testsuite/libcore.all/PropertyListTest.cpp 	if (vm.getSWFVersion() > 6) // SWF 7 or higher is case sensitive.