public abstract class JS5Array extends JSArray implements JS5ArrayFunctions
hasOwnPropertyconstructor, length, prototype| Constructor and Description |
|---|
JS5Array()
Object Array()
|
JS5Array(JSNumber size)
Object Array(size)
|
JS5Array(JSObject element0,
JSObject elementn)
Object Array(element0, ...
|
| Modifier and Type | Method and Description |
|---|---|
static JSBoolean |
isArray(JS5Object o)
function isArray(o) test whether argument is an array.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevery, filter, forEach, indexOf, lastIndexOf, map, reduce, reduceRight, someconcat, join, pop, push, reverse, shift, slice, sort, splice, unshifthasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOfpublic JS5Array()
public JS5Array(JSNumber size)
size - The desired number of elements in the array. The returned value has its length field set to size