Gnash  0.8.10
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.