Searched refs:returnloc (Results 1 – 2 of 2) sorted by relevance
5040 const returnloc = token.loc; in parseFunctionLiteral() local5042 fd.fbody = new AST.ReturnStatement(returnloc, ae); in parseFunctionLiteral()5081 const returnloc = token.loc; variable5083 f.fbody = new AST.ReturnStatement(returnloc, parseExpression());
4245 Loc returnloc = token.loc; in parseFunctionLiteral() local4247 fd->fbody = new ReturnStatement(returnloc, ae); in parseFunctionLiteral()