#include "PropertyList.h"
#include "DummyMovieDefinition.h"
#include "VM.h"
#include "movie_root.h"
#include "as_object.h"
#include "as_value.h"
#include "log.h"
#include "smart_ptr.h"
#include "PropFlags.h"
#include "ManualClock.h"
#include "RunResources.h"
#include <iostream>
#include <sstream>
#include <cassert>
#include <string>
#include <utility>
#include "check.h"
Defines | |
#define | check_strictly_equals(a, b) check(a.strictly_equals(b)) |
Functions | |
bool | getVal (PropertyList &p, string_table::key k, as_value &val, as_object &obj) |
int | main (int, char **) |
#define check_strictly_equals | ( | a, | ||
b | ||||
) | check(a.strictly_equals(b)) |
Referenced by main().
bool getVal | ( | PropertyList & | p, | |
string_table::key | k, | |||
as_value & | val, | |||
as_object & | obj | |||
) |
References gnash::PropertyList::getProperty().
Referenced by main().
int main | ( | int | , | |
char ** | ||||
) |
References check, check_equals, check_strictly_equals, dbglogfile, gnash::PropertyList::delProperty(), gnash::string_table::find(), gnash::LogFile::getDefaultInstance(), gnash::getGlobal(), gnash::PropertyList::getProperty(), gnash::VM::getStringTable(), gnash::VM::getSWFVersion(), getVal(), gnash::movie_root::getVM(), gnash::gnashInit(), gnash::movie_root::init(), root, second, gnash::PropertyList::setFlags(), gnash::PropertyList::setValue(), and gnash::PropertyList::size().