yasl
yasl copied to clipboard
Fix lookups of methods
Methods currently start lookup at the current object, then work upwards to the metatable.
Change this to do a single lookup in the metatable, then fail. This fixes many inconsistencies we currently have with method lookups in YASL.