|
Namespaces |
| namespace | gnash |
Functions |
| void | gnash::register_component (const std::string &name, as_c_function_ptr handler) |
| as_value | gnash::call_method (const as_value &method, as_environment *env, as_object *this_ptr,int nargs, int first_arg_bottom_index) |
| | Call a method, be it an as_function or a c_function.
|
| as_value | gnash::call_method0 (const as_value &method, as_environment *env, as_object *this_ptr) |
| const char * | gnash::call_method_parsed (as_environment *env, as_object *this_ptr, const char *method_name, const char *method_arg_fmt, va_list args) |
| void | gnash::movie_load () |
| as_value | gnash::event_test (const fn_call &) |
Variables |
| bool | gnash::s_inited = false |