, including all inherited members.
add_property(const std::string &key, as_function &getter, as_function *setter) | gnash::as_object | |
add_property(const std::string &key, as_function &getter, as_function *setter) | gnash::as_object | |
addInterface(as_object *ctor) | gnash::as_object | |
addInterface(as_object *ctor) | gnash::as_object | |
array() const | gnash::as_object | [inline] |
array() const | gnash::as_object | [inline] |
as_object(Global_as &global) | gnash::as_object | [explicit] |
as_object(VM &vm) | gnash::as_object | [explicit, protected] |
as_object(Global_as &global) | gnash::as_object | [explicit] |
as_object(VM &vm) | gnash::as_object | [explicit, protected] |
ASFunction typedef | gnash::Global_as | |
ASFunction typedef | gnash::Global_as | |
AVM1Global(VM &vm) | gnash::AVM1Global | |
AVM1Global(VM &vm) | gnash::AVM1Global | |
call(const fn_call &fn) | gnash::as_object | [virtual] |
call(const fn_call &fn) | gnash::as_object | [virtual] |
classHierarchy() const | gnash::AVM1Global | [inline, virtual] |
classHierarchy() | gnash::AVM1Global | [inline, virtual] |
classHierarchy() const | gnash::AVM1Global | [inline, virtual] |
classHierarchy() | gnash::AVM1Global | [inline, virtual] |
clearProperties() | gnash::as_object | [inline] |
clearProperties() | gnash::as_object | [inline] |
clearReachable() const | gnash::GcResource | [inline] |
clearReachable() const | gnash::GcResource | [inline] |
copyProperties(const as_object &o) | gnash::as_object | |
copyProperties(const as_object &o) | gnash::as_object | |
createArray() | gnash::AVM1Global | [virtual] |
createArray() | gnash::AVM1Global | [virtual] |
createBoolean(bool b) | gnash::AVM1Global | [virtual] |
createBoolean(bool b) | gnash::AVM1Global | [virtual] |
createClass(Global_as::ASFunction ctor, as_object *prototype) | gnash::AVM1Global | [virtual] |
createClass(Global_as::ASFunction ctor, as_object *prototype) | gnash::AVM1Global | [virtual] |
createFunction(Global_as::ASFunction function) | gnash::AVM1Global | [virtual] |
createFunction(Global_as::ASFunction function) | gnash::AVM1Global | [virtual] |
createNumber(double d) | gnash::AVM1Global | [virtual] |
createNumber(double d) | gnash::AVM1Global | [virtual] |
createObject() | gnash::AVM1Global | [virtual] |
createObject() | gnash::AVM1Global | [virtual] |
createString(const std::string &s) | gnash::AVM1Global | [virtual] |
createString(const std::string &s) | gnash::AVM1Global | [virtual] |
DefaultFlags | gnash::as_object | [static] |
delProperty(const ObjectURI &uri) | gnash::as_object | |
delProperty(const ObjectURI &uri) | gnash::as_object | |
displayObject() const | gnash::as_object | [inline] |
displayObject() const | gnash::as_object | [inline] |
dump_members() | gnash::as_object | |
dump_members(std::map< std::string, as_value > &to) | gnash::as_object | |
dump_members() | gnash::as_object | |
dump_members(std::map< std::string, as_value > &to) | gnash::as_object | |
enumeratePropertyKeys(as_environment &env) const | gnash::as_object | |
enumeratePropertyKeys(as_environment &env) const | gnash::as_object | |
findProperty(const ObjectURI &uri, as_object **owner=NULL) | gnash::as_object | |
findProperty(const ObjectURI &uri, as_object **owner=NULL) | gnash::as_object | |
GC class | gnash::GcResource | [friend] |
GcResource() | gnash::GcResource | [inline] |
GcResource() | gnash::GcResource | |
get_member(const ObjectURI &uri, as_value *val) | gnash::as_object | [virtual] |
get_member(const ObjectURI &uri, as_value *val) | gnash::as_object | [virtual] |
get_path_element(string_table::key key) | gnash::as_object | [virtual] |
get_path_element(string_table::key key) | gnash::as_object | [virtual] |
get_prototype() const | gnash::as_object | |
get_prototype() const | gnash::as_object | |
get_super(string_table::key fname=0) | gnash::as_object | [virtual] |
get_super(string_table::key fname=0) | gnash::as_object | [virtual] |
getMember(const ObjectURI &uri) | gnash::as_object | |
getMember(const ObjectURI &uri) | gnash::as_object | |
getOwnProperty(const ObjectURI &uri) | gnash::as_object | |
getOwnProperty(const ObjectURI &uri) | gnash::as_object | |
getVM() const | gnash::AVM1Global | [inline, virtual] |
getVM() const | gnash::AVM1Global | [inline, virtual] |
global() | gnash::Global_as | [inline, virtual] |
global() | gnash::Global_as | [inline, virtual] |
Global_as(VM &vm) | gnash::Global_as | [inline, explicit] |
Global_as(VM &vm) | gnash::Global_as | [inline, explicit] |
hasOwnProperty(const ObjectURI &uri) | gnash::as_object | |
hasOwnProperty(const ObjectURI &uri) | gnash::as_object | |
init_destructive_property(const ObjectURI &uri, as_function &getter, int flags=PropFlags::dontEnum) | gnash::as_object | |
init_destructive_property(const ObjectURI &uri, as_c_function_ptr getter, int flags=PropFlags::dontEnum) | gnash::as_object | |
init_destructive_property(const ObjectURI &uri, as_function &getter, int flags=PropFlags::dontEnum) | gnash::as_object | |
init_destructive_property(const ObjectURI &uri, as_c_function_ptr getter, int flags=PropFlags::dontEnum) | gnash::as_object | |
init_member(const std::string &name, const as_value &val, int flags=DefaultFlags) | gnash::as_object | |
init_member(const ObjectURI &uri, const as_value &val, int flags=DefaultFlags) | gnash::as_object | |
init_member(const std::string &name, const as_value &val, int flags=DefaultFlags) | gnash::as_object | |
init_member(const ObjectURI &uri, const as_value &val, int flags=DefaultFlags) | gnash::as_object | |
init_property(const std::string &key, as_function &getter, as_function &setter, int flags=DefaultFlags) | gnash::as_object | |
init_property(const std::string &key, as_c_function_ptr getter, as_c_function_ptr setter, int flags=DefaultFlags) | gnash::as_object | |
init_property(const ObjectURI &uri, as_function &getter, as_function &setter, int flags=DefaultFlags) | gnash::as_object | |
init_property(const ObjectURI &uri, as_c_function_ptr getter, as_c_function_ptr setter, int flags=DefaultFlags) | gnash::as_object | |
init_property(const std::string &key, as_function &getter, as_function &setter, int flags=DefaultFlags) | gnash::as_object | |
init_property(const std::string &key, as_c_function_ptr getter, as_c_function_ptr setter, int flags=DefaultFlags) | gnash::as_object | |
init_property(const ObjectURI &uri, as_function &getter, as_function &setter, int flags=DefaultFlags) | gnash::as_object | |
init_property(const ObjectURI &uri, as_c_function_ptr getter, as_c_function_ptr setter, int flags=DefaultFlags) | gnash::as_object | |
init_readonly_property(const std::string &key, as_function &getter, int flags=DefaultFlags) | gnash::as_object | |
init_readonly_property(const ObjectURI &uri, as_function &getter, int flags=DefaultFlags) | gnash::as_object | |
init_readonly_property(const std::string &key, as_c_function_ptr getter, int flags=DefaultFlags) | gnash::as_object | |
init_readonly_property(const ObjectURI &uri, as_c_function_ptr getter, int flags=DefaultFlags) | gnash::as_object | |
init_readonly_property(const std::string &key, as_function &getter, int flags=DefaultFlags) | gnash::as_object | |
init_readonly_property(const ObjectURI &uri, as_function &getter, int flags=DefaultFlags) | gnash::as_object | |
init_readonly_property(const std::string &key, as_c_function_ptr getter, int flags=DefaultFlags) | gnash::as_object | |
init_readonly_property(const ObjectURI &uri, as_c_function_ptr getter, int flags=DefaultFlags) | gnash::as_object | |
instanceOf(as_object *ctor) | gnash::as_object | |
instanceOf(as_object *ctor) | gnash::as_object | |
isReachable() const | gnash::GcResource | [inline] |
isReachable() const | gnash::GcResource | [inline] |
isSuper() const | gnash::as_object | [inline, virtual] |
isSuper() const | gnash::as_object | [inline, virtual] |
KeyValuePair typedef | gnash::as_object | |
KeyValuePair typedef | gnash::as_object | |
markAsObjectReachable() const | gnash::as_object | [protected] |
markAsObjectReachable() const | gnash::as_object | [protected] |
markReachableResources() const | gnash::AVM1Global | [protected, virtual] |
markReachableResources() const | gnash::AVM1Global | [protected, virtual] |
Properties typedef | gnash::Global_as | |
Properties typedef | gnash::Global_as | |
prototypeOf(as_object &instance) | gnash::as_object | |
prototypeOf(as_object &instance) | gnash::as_object | |
registerClasses() | gnash::AVM1Global | |
registerClasses() | gnash::AVM1Global | |
relay() const | gnash::as_object | [inline] |
relay() const | gnash::as_object | [inline] |
set_member(const ObjectURI &uri, const as_value &val, bool ifFound=false) | gnash::as_object | [virtual] |
set_member(const ObjectURI &uri, const as_value &val, bool ifFound=false) | gnash::as_object | [virtual] |
set_member_flags(const ObjectURI &uri, int setTrue, int setFalse=0) | gnash::as_object | |
set_member_flags(const ObjectURI &uri, int setTrue, int setFalse=0) | gnash::as_object | |
set_prototype(const as_value &proto) | gnash::as_object | |
set_prototype(const as_value &proto) | gnash::as_object | |
setArray(bool array=true) | gnash::as_object | [inline] |
setArray(bool array=true) | gnash::as_object | [inline] |
setDisplayObject(DisplayObject *d) | gnash::as_object | [inline] |
setDisplayObject(DisplayObject *d) | gnash::as_object | [inline] |
setPropFlags(const as_value &props, int set_false, int set_true) | gnash::as_object | |
setPropFlags(const as_value &props, int set_false, int set_true) | gnash::as_object | |
setReachable() const | gnash::GcResource | [inline] |
setReachable() const | gnash::GcResource | [inline] |
setRelay(Relay *p) | gnash::as_object | [inline] |
setRelay(Relay *p) | gnash::as_object | [inline] |
SortedPropertyList typedef | gnash::as_object | |
SortedPropertyList typedef | gnash::as_object | |
stringValue() const | gnash::as_object | [virtual] |
stringValue() const | gnash::as_object | [virtual] |
to_function() | gnash::as_object | [inline, virtual] |
to_function() | gnash::as_object | [inline, virtual] |
unwatch(const ObjectURI &uri) | gnash::as_object | |
unwatch(const ObjectURI &uri) | gnash::as_object | |
visitProperties(AbstractPropertyVisitor &visitor) const | gnash::as_object | [inline] |
visitProperties(AbstractPropertyVisitor &visitor) const | gnash::as_object | [inline] |
vm() const | gnash::as_object | [inline] |
vm() const | gnash::as_object | [inline] |
watch(const ObjectURI &uri, as_function &trig, const as_value &cust) | gnash::as_object | |
watch(const ObjectURI &uri, as_function &trig, const as_value &cust) | gnash::as_object | |
~AVM1Global() | gnash::AVM1Global | [inline] |
~AVM1Global() | gnash::AVM1Global | [inline] |
~GcResource() | gnash::GcResource | [inline, protected, virtual] |
~GcResource() | gnash::GcResource | [inline, protected, virtual] |