Go to the documentation of this file.
20 #ifndef GNASH_ASOBJ_LOADVARS_H
21 #define GNASH_ASOBJ_LOADVARS_H
@ PROP_ON_LOAD
Definition: namedStrings.h:160
void attachLoadableInterface(as_object &o, int flags)
Attach some common AS code for Loadable objects.
Definition: LoadableObject.cpp:55
The base class for all ActionScript objects.
Definition: as_object.h:162
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:41
Global_as & getGlobal(const as_environment &env)
Definition: as_environment.cpp:651
VM & getVM(const as_environment &env)
Definition: as_environment.h:222
SortedPropertyList enumerateProperties(as_object &obj)
Enumerate all non-hidden properties to the passed container.
Definition: as_object.cpp:1069
std::vector< std::pair< ObjectURI, as_value > > SortedPropertyList
This is used to hold an intermediate copy of an as_object's properties.
Definition: as_object.h:887
static const int DefaultFlags
The most common flags for built-in properties.
Definition: as_object.h:192
as_value callMethod(fn_call::Args &args, as_object *obj, const ObjectURI &uri)
Call a member function of this object in an AS-compatible way.
Definition: Global_as.h:219
DSOTEXPORT std::string to_string(int version=7) const
Get a std::string representation for this value.
Definition: as_value.cpp:205
#define IF_VERBOSE_ASCODING_ERRORS(x)
Definition: log.h:397
as_value emptyFunction(const fn_call &)
Definition: Global_as.h:256
@ onlySWF6Up
Only visible by VM initialized for version 6 or higher.
Definition: PropFlags.h:45
@ PROP_LOADED
Definition: namedStrings.h:84
int getSWFVersion(const as_environment &env)
Definition: as_environment.cpp:657
as_object * registerBuiltinClass(as_object &where, Global_as::ASFunction ctor, Global_as::Properties p, Global_as::Properties c, const ObjectURI &uri)
Register a built-in class.
Definition: Global_as.h:144
uri
Definition: test.py:12
string_table & getStringTable(const as_environment &env)
Definition: as_environment.cpp:639
ObjectURI getURI(const VM &vm, const std::string &str, bool lowerCaseHint=false)
Definition: VM.h:290
@ PROP_ESCAPE
Definition: namedStrings.h:75
@ o
Definition: GnashKey.h:161
A URI for describing as_objects.
Definition: ObjectURI.h:45
void loadvars_class_init(as_object &where, const ObjectURI &uri)
Initialize the global LoadVars class.
Definition: LoadVars_as.cpp:53