JS: make JS parser to store function's name in AST. See KT-15475
This commit is contained in:
@@ -570,7 +570,7 @@ public class JsAstMapper {
|
||||
//
|
||||
String fnNameIdent = fromFnNameNode.getString();
|
||||
if (fnNameIdent != null && fnNameIdent.length() > 0) {
|
||||
scopeContext.globalNameFor(fnNameIdent);
|
||||
toFn.setName(scopeContext.globalNameFor(fnNameIdent));
|
||||
}
|
||||
|
||||
while (fromParamNode != null) {
|
||||
|
||||
Reference in New Issue
Block a user