Returns an array of ids for the properties of the object.
All properties, even those with attribute {DontEnum}, are listed.
This allows the debugger to display all properties of the object.
an array of java.lang.Objects with an entry for everylisted property. Properties accessed via an integer index willhave a correspondingInteger entry in the returned array. Properties accessed bya String will have a String entry in the returned array. |