feb968e66d
Local declarations obtain names prefixed with outer function's name. Only simple name (i.e. without mangling) of outer function used in this case. This raises a problem in case of inline functions with object literals. Currently, they are not copied, but exported from module. Consider two inline functions foo with different signatures, both declare object literals. In this case both literals are exported as foo$f, so only one will be accessible from outside.