Classes | Namespaces | Functions

CallStack.h File Reference

#include <vector>
#include "as_value.h"
#include "string_table.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.


Functions

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