Gnash  0.8.10
Namespaces | Functions
Function.cpp File Reference
#include "Function.h"
#include <algorithm>
#include "log.h"
#include "fn_call.h"
#include "action_buffer.h"
#include "ActionExec.h"
#include "VM.h"
#include "NativeFunction.h"
#include "Global_as.h"
#include "namedStrings.h"
#include "CallStack.h"
#include "DisplayObject.h"

Namespaces

namespace  gnash
 

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


Functions

as_object * gnash::getArguments (Function &callee, as_object &args, const fn_call &fn, as_object *caller)
 Add properties to an 'arguments' object.