Gnash  0.8.11dev
Namespaces | Functions
CallStack.cpp File Reference
#include "CallStack.h"
#include <ostream>
#include "as_object.h"
#include "UserFunction.h"
#include "Property.h"
#include "log.h"

Namespaces

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

Functions

void gnash::declareLocal (CallFrame &c, const ObjectURI &name)
 Declare a local variable in this CallFrame. More...
 
void gnash::setLocal (CallFrame &c, const ObjectURI &name, const as_value &val)
 Set a local variable in this CallFrame. More...
 
std::ostream & gnash::operator<< (std::ostream &o, const CallFrame &fr)