#include "VM.h"
#include <iostream>
#include <memory>
#include <boost/random.hpp>
#include <cstdlib>
#include "SharedObject_as.h"
#include "smart_ptr.h"
#include "NativeFunction.h"
#include "movie_definition.h"
#include "Movie.h"
#include "movie_root.h"
#include "Globals.h"
#include "Global_as.h"
#include "rc.h"
#include "namedStrings.h"
#include "VirtualClock.h"
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
void | gnash::newAdd (as_value &op1, const as_value &op2, VM &vm) |
Carry out ActionNewAdd. | |
void | gnash::subtract (as_value &op1, const as_value &op2, VM &vm) |
Carry out ActionSubtract. | |
as_value | gnash::newLessThan (const as_value &op1, const as_value &op2, VM &vm) |
Carry out ActionSubtract. |