#include "as_object.h"#include <deque>#include <vector>#include <memory>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | gnash |
Classes | |
| struct | gnash::indexed_as_value |
| class | gnash::as_array_object |
| The Array ActionScript object. More... | |
Functions | |
| void | gnash::array_class_init (as_object &global) |
| Initialize the global.Array object. | |
| as_value | gnash::array_new (const fn_call &fn) |
| Constructor for ActionScript class Array. | |
1.5.4