public abstract class JSArray extends java.lang.Object implements JSArrayFunctions
hasOwnProperty| Modifier and Type | Field and Description |
|---|---|
protected JSFunction |
constructor
property constructor
|
JSNumber |
length
property length
|
JSArray |
prototype
property prototype
|
| Constructor and Description |
|---|
JSArray()
Object Array()
|
JSArray(JSNumber size)
Object Array(size)
|
JSArray(JSObject element0,
JSObject elementn)
Object Array(element0, ...
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconcat, join, pop, push, reverse, shift, slice, sort, splice, unshifthasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOfpublic JSNumber length
Numberpublic JSArray prototype
Arrayprotected JSFunction constructor
Functionpublic JSArray()
public JSArray(JSNumber size)
size - The desired number of elements in the array. The returned value has its length field set to size