PistonDevelopers / dyon

A rusty dynamically typed scripting language
Apache License 2.0
1.76k stars 56 forks source link

Possible bug when looking up property of object #730

Closed bvssvni closed 1 year ago

bvssvni commented 1 year ago

This happens when a[s] where a is an object and s is a string.

Should not panic, but be handled.

bvssvni commented 1 year ago

Could not replicate. Closing.