The amv2.intrinsics.iteration package includes the low-level/intrinsic APIs for iterating through an object's properties. These functions are built into the ASC2 compiler and are replaced by single ActionScript ByteCode instructions hence there is no function call overhead when using these.
Function | Description | |
---|---|---|
hasnext | Determine whether the given object has any more properties. | |
nextname | Get the name of the next property. | |
nextvalue | Get the value of the next property. |