Gnash
0.8.10
|
#include "String_as.h"
#include <boost/algorithm/string/case_conv.hpp>
#include <algorithm>
#include <locale>
#include <stdexcept>
#include "SWFCtype.h"
#include "fn_call.h"
#include "Global_as.h"
#include "as_object.h"
#include "NativeFunction.h"
#include "log.h"
#include "as_value.h"
#include "GnashException.h"
#include "movie_definition.h"
#include "VM.h"
#include "namedStrings.h"
#include "utf8.h"
#include "GnashNumeric.h"
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
void | gnash::registerStringNative (as_object &global) |
void | gnash::string_class_init (as_object &global, const ObjectURI &uri) |
Initialize the global String class. |