rokucommunity / brs

An interpreter for the BrightScript language that runs on non-Roku platforms.
MIT License
4 stars 2 forks source link

Implement `ifArraySizeInfo` in `roArray` #62

Closed lvcabral closed 3 months ago

lvcabral commented 3 months ago

Besides the new interface on roArray also improved exception handling when calling the components constructor, allowing the component to not be created if wrong parameters are passed, making CreateObject() return invalid on those cases. This PR closes #63