Classes | Namespaces | Functions

as_function.h File Reference

#include <string>
#include "as_object.h"

Go to the source code of this file.

Classes

class  gnash::as_function
 ActionScript Function, either builtin or SWF-defined. More...

Namespaces

namespace  gnash
 

Anonymous namespace for callbacks, local functions, event handlers etc.


Functions

as_object * gnash::constructInstance (as_function &ctor, const as_environment &env, FunctionArgs< as_value > &args)
 Construct a new object from the given constructor.
void gnash::function_class_init (as_object &global, const ObjectURI &uri)
 Initialize the global Function constructor.
void gnash::registerFunctionNative (as_object &global)