메소드 |
설명 |
|
ArrayPrototype ( ObjectPrototype parent ) : Microsoft.JScript.Vsa |
|
|
Join ( Object thisob, String separator, bool localize ) : String |
|
|
SetMemberValue ( String name, Object value ) : void |
|
|
SetValueAtIndex ( uint index, Object value ) : void |
|
|
concat ( Object thisob, VsaEngine engine ) : ArrayObject |
|
|
join ( Object thisob, Object separator ) : String |
|
|
pop ( Object thisob ) : Object |
|
|
push ( Object thisob ) : long |
|
|
reverse ( Object thisob ) : Object |
|
|
shift ( Object thisob ) : Object |
|
|
slice ( Object thisob, VsaEngine engine, double start, Object end ) : ArrayObject |
|
|
sort ( Object thisob, Object function ) : Object |
|
|
splice ( Object thisob, VsaEngine engine, double start, double deleteCnt ) : ArrayObject |
|
|
toLocaleString ( Object thisob ) : String |
|
|
toString ( Object thisob ) : String |
|
|
unshift ( Object thisob ) : Object |
|
|