Home
last modified time | relevance | path

Searched refs:getSWFVersion (Results 1 – 25 of 50) sorted by relevance

12

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/vm/
H A DVM.cpp378 const int version = vm.getSWFVersion(); in newAdd()
441 return a.equals(b, vm.getSWFVersion()); in equals()
447 return v.to_bool(vm.getSWFVersion()); in toBool()
453 return v.to_number(vm.getSWFVersion()); in toNumber()
465 const double d = v.to_number(vm.getSWFVersion()); in toInt()
487 v.set_double(v.to_number(vm.getSWFVersion())); in convertToNumber()
495 v.set_string(v.to_string(vm.getSWFVersion())); in convertToString()
503 v.set_bool(v.to_bool(vm.getSWFVersion())); in convertToBoolean()
510 const as_value::AsType t(v.defaultPrimitive(vm.getSWFVersion())); in convertToPrimitive()
H A Dfn_call.h331 getSWFVersion(const fn_call& fn) in getSWFVersion() function
333 return fn.getVM().getSWFVersion(); in getSWFVersion()
H A DVM.h106 int getSWFVersion() const { in getSWFVersion() function
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A Das_object.cpp205 if (fname.empty() || getSWFVersion(*this) <= 6) { in get_super()
382 const int version = getSWFVersion(*this); in get_member()
454 if ( ! fname.empty() && getSWFVersion(*this) > 6) { in get_super()
480 const int version = getSWFVersion(*this); in findProperty()
505 const int swfVersion = getSWFVersion(*this); in findUpdatableProperty()
540 prop->clearVisible(getSWFVersion(*this)); in executeTriggers()
570 prop->clearVisible(getSWFVersion(*this)); in executeTriggers()
611 const int version = getSWFVersion(*this); in set_member()
934 int swfVersion = getSWFVersion(*this); in get_prototype()
1148 getSWFVersion(const as_object& o) in getSWFVersion() function
[all …]
H A Das_environment.cpp125 const int swfVersion = vm.getSWFVersion(); in findObject()
278 return _vm.getSWFVersion(); in get_version()
463 const int swfVersion = vm.getSWFVersion(); in setVariableRaw()
494 const int swfVersion = vm.getSWFVersion(); in getVariableRaw()
657 getSWFVersion(const as_environment& env) in getSWFVersion() function
659 return env.getVM().getSWFVersion(); in getSWFVersion()
H A Das_function.cpp67 const int swfversion = getSWFVersion(env); in construct()
H A Das_object.h918 int getSWFVersion(const as_object& o);
925 return getSWFVersion(o) < 7; in caseless()
H A Das_environment.h229 int getSWFVersion(const as_environment& env);
H A DFunction2.cpp61 const int swfversion = getSWFVersion(fn); in call()
H A DFunction.cpp85 const int swfversion = getSWFVersion(fn); in call()
H A DTextField.cpp132 const int version = getSWFVersion(*object); in TextField()
483 const int version = getSWFVersion(*getObject(this)); in replaceSelection()
792 const int version = getSWFVersion(*getObject(this)); in updateText()
835 const int version = getSWFVersion(*getObject(this)); in setTextValue()
861 const int version = getSWFVersion(*getObject(this)); in get_text_value()
870 const int version = getSWFVersion(*getObject(this)); in get_htmltext_value()
1977 const int version = getSWFVersion(*obj); in registerTextVariable()
H A DDisplayObject.cpp909 if (isLevelTarget(getSWFVersion(*o), propname, levelno)) { in getDisplayObjectProperty()
938 if (getSWFVersion(*o) < 5) break; in getDisplayObjectProperty()
944 if (getSWFVersion(*o) < 6) break; in getDisplayObjectProperty()
1395 if (getSWFVersion(*getObject(&o)) == 5) { in getFocusRect()
H A DMovieClip.cpp842 textfield->updateText(val.to_string(getSWFVersion(*getObject(this)))); in setTextFieldVariables()
861 if ( ! parent() && getSWFVersion(*getObject(this)) < 6 ) return; in queueLoad()
1403 if (getSWFVersion(*obj) > 5) { in handleFocus()
1702 const int swfversion = getSWFVersion(*mc); in constructAsScriptObject()
H A DPropertyList.cpp62 const bool caseless = vm.getSWFVersion() < 7; in iterator_find()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/
H A DStage_as.cpp123 const int version = getSWFVersion(fn); in stage_scalemode()
182 const int version = getSWFVersion(fn); in stage_align()
223 const int version = getSWFVersion(fn); in stage_displaystate()
H A DString_as.cpp519 const int version = getSWFVersion(fn); in string_fromCharCode()
707 const int version = getSWFVersion(fn); in string_valueOf()
722 const int version = getSWFVersion(fn); in string_ctor()
738 std::wstring wstr = utf8::decodeCanonicalString(str, getSWFVersion(fn)); in string_ctor()
760 getSWFVersion(fn); in getStringVersioned()
H A DXML_as.cpp609 const int version = getSWFVersion(fn); in xml_new()
711 const std::string& text = arg.to_string(getSWFVersion(fn)); in xml_createElement()
760 const std::string& text = arg.to_string(getSWFVersion(fn)); in xml_parseXML()
912 if (getSWFVersion(xml) < 8) { in setIdMap()
H A DArray_as.cpp412 std::string s = a.to_string(getSWFVersion(_fn)); in str_cmp()
413 return s.compare(b.to_string(getSWFVersion(_fn))); in str_cmp()
420 std::string c = to_upper_copy(a.to_string(getSWFVersion(_fn))); in str_nocase_cmp()
421 std::string d = to_upper_copy(b.to_string(getSWFVersion(_fn))); in str_nocase_cmp()
1188 const int version = getSWFVersion(fn); in array_sortOn()
1431 const int version = getSWFVersion(fn); in array_join()
1558 const int version = getSWFVersion(*array); in join()
H A DTextField_as.cpp274 if (getSWFVersion(fn) > 7) return as_value(obj); in textfield_createTextField()
863 const int version = getSWFVersion(fn); in textfield_text()
881 const int version = getSWFVersion(fn); in textfield_htmlText()
914 const int version = getSWFVersion(fn); in textfield_replaceSel()
1002 int version = getSWFVersion(fn); in textfield_replaceText()
H A DLoadVars_as.cpp120 const int ver = getSWFVersion(fn); in loadvars_tostring()
H A DSelection_as.cpp221 if (getSWFVersion(fn) >= 6) { in selection_setFocus()
H A DMovieClipLoader.cpp130 if (!target && ! isLevelTarget(getSWFVersion(fn), tgt_str, junk) ) { in moviecliploader_loadClip()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/libcore.all/
H A DPropertyListTest.cpp89 log_debug("VM version %d", vm.getSWFVersion()); in trymain()
99 if (vm.getSWFVersion() > 6) // SWF 7 or higher is case sensitive. in trymain()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/swf/
H A DDefineButtonTag.h242 int getSWFVersion() const;
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/flash/external/
H A DExternalInterface_as.cpp649 fc.to_string(getSWFVersion(fn))); in externalinterface_uToAS()
677 return findObject(fn.env(), fc.to_string(getSWFVersion(fn))); in externalinterface_uToAS()

12