#include "smart_ptr.h"
#include "log.h"
#include "as_function.h"
#include "as_value.h"
#include "Array_as.h"
#include "Global_as.h"
#include "fn_call.h"
#include "GnashException.h"
#include "VM.h"
#include "namedStrings.h"
#include "NativeFunction.h"
#include "Object.h"
#include "DisplayObject.h"
#include <iostream>
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
as_object * | gnash::constructInstance (as_function &ctor, const as_environment &env, fn_call::Args &args) |
void | gnash::registerFunctionNative (as_object &global) |
void | gnash::function_class_init (as_object &global, const ObjectURI &uri) |
Initialize the global Function constructor. |
fn_call& _fn |