Gnash  0.8.11dev
Classes | Namespaces | Typedefs | Functions
CallStack.h File Reference
#include <vector>
#include "as_value.h"

Go to the source code of this file.

Classes

class  gnash::CallFrame
 A CallFrame is an element of a CallStack. More...
 

Namespaces

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

Typedefs

typedef std::vector< CallFrame > gnash::CallStack
 

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)