org.mozilla.javascript
public class NativeArray extends IdScriptableObject
Constructor Summary | |
---|---|
NativeArray(long length) | |
NativeArray(Object[] array) |
Method Summary | |
---|---|
void | delete(int index) |
Object | execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) |
protected int | findInstanceIdInfo(String s) |
protected int | findPrototypeId(String s) |
Object | get(int index, Scriptable start) |
String | getClassName() |
Object | getDefaultValue(Class hint) |
Object[] | getIds() |
protected String | getInstanceIdName(int id) |
protected Object | getInstanceIdValue(int id) |
long | getLength() |
protected int | getMaxInstanceId() |
boolean | has(int index, Scriptable start) |
protected void | initPrototypeId(int id) |
long | jsGet_length() |
void | put(String id, Scriptable start, Object value) |
void | put(int index, Scriptable start, Object value) |
protected void | setInstanceIdValue(int id, Object value) |
Deprecated: Use getLength instead.