Gnash  0.8.10
Namespaces | Functions
Function_as.cpp File Reference
#include "Function_as.h"
#include "as_object.h"
#include "Global_as.h"
#include "as_value.h"
#include "Array_as.h"
#include "NativeFunction.h"
#include "fn_call.h"
#include "VM.h"
#include "log.h"
#include "namedStrings.h"

Namespaces

namespace  gnash
 

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


Functions

void gnash::registerFunctionNative (as_object &global)
 Register Function native functions.
void gnash::function_class_init (as_object &global, const ObjectURI &uri)
 Initialize the global Function constructor.

Variable Documentation

fn_call& _fn