#include "tu_config.h"#include "gnash.h"#include "as_object.h"#include "types.h"#include "smart_ptr.h"#include <cwchar>Go to the source code of this file.
Namespaces | |
| namespace | gnash |
Classes | |
| class | gnash::as_property_interface |
Functions | |
| as_value | gnash::call_method0 (const as_value &method, as_environment *env, as_object *this_ptr) |
| as_value | gnash::call_method1 (const as_value &method, as_environment *env, as_object *this_ptr, const as_value &arg0) |
| as_value | gnash::call_method2 (const as_value &method, as_environment *env, as_object *this_ptr, const as_value &arg0, const as_value &arg1) |
| as_value | gnash::call_method3 (const as_value &method, as_environment *env, as_object *this_ptr, const as_value &arg0, const as_value &arg1, const as_value &arg2) |
| 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. | |
| 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) |
Variables | |
| DSOEXPORT boost::intrusive_ptr < as_object > | gnash::s_global |
1.5.4