You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by Harbs <ha...@gmail.com> on 2020/08/19 08:32:28 UTC

closure names in event listeners

I just noticed that function names in closures (not sure if it’s limited to closures, but I think so) are being included as fully qualified names separated by underscores.

i.e. com.foo.baz.MyClass.myMethod will be output as a reference string: Tua=‘com_foo_baz_MyClass_myMethod’

and elsewhere:

oU.prototype.Tua=t('km')
C.closure(a.e9,a,Tua)

I’m not sure if this is new, but I think so.

Any ideas on how to get rid of these strings?