ruffle/core/tests
Mike Welsh d736293425 avm1: Fix method calls with null/empty string name
`f[null]` should call `f["null"]`.
`f[undefined]`, `f[""]`, `f[o]` where o.toString returns the empty
string should call `f` directly.
2020-12-30 13:35:36 -08:00
..
swfs avm1: Fix method calls with null/empty string name 2020-12-30 13:35:36 -08:00
regression_tests.rs core: Support CallMethod with non-string method_name (fix #2160) 2020-12-30 13:35:36 -08:00