Gnash  0.8.10
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

namespace  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.
void gnash::setLocal (CallFrame &c, const ObjectURI &name, const as_value &val)
 Set a local variable in this CallFrame.
std::ostream & gnash::operator<< (std::ostream &o, const CallFrame &fr)