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