Gnash
0.8.10
|
#include "as_object.h"
Go to the source code of this file.
Classes | |
class | gnash::IsStrictArray |
A visitor to check whether an array is strict or not. More... | |
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
size_t | gnash::arrayLength (as_object &array) |
Get the length of an object as though it were an array. | |
ObjectURI | gnash::arrayKey (VM &vm, size_t i) |
Convert an integral value into an ObjectURI. | |
void | gnash::checkArrayLength (as_object &array, const ObjectURI &uri, const as_value &val) |
Genuine arrays handle the length property in a special way. | |
template<typename T > | |
void | gnash::foreachArray (as_object &array, T &pred) |
void | gnash::array_class_init (as_object &global, const ObjectURI &uri) |
Initialize the global.Array object. | |
void | gnash::registerArrayNative (as_object &global) |