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

namespace  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.
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)