Searched defs:i (Results 1 – 5 of 5) sorted by relevance
113 for (let i = node.parameters.length - 1; i >= 0; i--) { variable114 const param: ts.ParameterDeclaration = node.parameters[i]; constant
70 const eventValueNode: ts.TypeNode = types[i]; constant102 const param: ts.ParameterDeclaration = node.parameters[i]; constant
43 static i(tag: string, message?: string): void { method in LogUtil
43 static i(tag: string, message?: any) { method in LogUtil
213 const commentTag: comment.CommentTag = comment.commentTags[i]; constant444 const param: ts.ParameterDeclaration = methodNode.parameters[i]; constant