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


namespace  gnash::cpp

Functions

as_value gnash::cpp::function_apply (const fn_call &fn)
as_value gnash::cpp::function_call (const fn_call &fn)
as_value gnash::cpp::function_ctor (const fn_call &fn)
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