[−][src]Module boa::js::array
The global Array object
Functions
| _create | Create a new |
| concat | Array.prototype.concat(...arguments) |
| get_array_length | Get an array's length |
| init | Initialise the global object with the |
| join | Array.prototype.join ( separator ) |
| make_array | Create a new array |
| pop | Array.prototype.pop ( ) |
| push | Array.prototype.push ( ...items ) |
| reverse | Array.prototype.reverse ( ) |
| shift | Array.prototype.shift ( ) |
| unshift | Array.prototype.unshift ( ...items ) |