Gnash 0.8.9
|
#include "namedStrings.h"
#include "Boolean_as.h"
#include "as_object.h"
#include "log.h"
#include "fn_call.h"
#include "Global_as.h"
#include "smart_ptr.h"
#include "NativeFunction.h"
#include "GnashException.h"
#include "VM.h"
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
namespace | gnash::cpp |
Functions | |
as_value | gnash::cpp::boolean_tostring (const fn_call &fn) |
as_value | gnash::cpp::boolean_valueof (const fn_call &fn) |
as_value | gnash::cpp::boolean_ctor (const fn_call &fn) |
void | gnash::cpp::attachBooleanInterface (as_object &o) |
void | gnash::boolean_class_init (as_object &global, const ObjectURI &uri) |
Initialize the global Boolean class. | |
void | gnash::registerBooleanNative (as_object &global) |