public NewArray ( Scriptable scope, int length ) : Scriptable | ||
scope | Scriptable | the scope to create the object in |
length | int | /// the initial length (JavaScript arrays may have /// additional properties added dynamically). /// |
리턴 | Scriptable |
public NewArray ( Scriptable scope, int length ) : Scriptable | ||
scope | Scriptable | the scope to create the object in |
length | int | /// the initial length (JavaScript arrays may have /// additional properties added dynamically). /// |
리턴 | Scriptable |