#include <boost/variant.hpp>
#include <cassert>
#include <boost/bind.hpp>
#include <typeinfo>
#include "PropFlags.h"
#include "as_value.h"
#include "ObjectURI.h"
#include "dsodefs.h"
Go to the source code of this file.
Namespaces |
namespace | gnash |
| Anonymous namespace for callbacks, local functions, event handlers etc.
|
Functions |
bool | gnash::readOnly (const Property &prop) |
| is this a read-only member ?
|
bool | gnash::visible (const Property &prop, int version) |
| Is this member supposed to be visible by a VM of given version ?
|