Searched defs:isArrayField (Results 1 – 1 of 1) sorted by relevance
182 const isArrayField = this.isArrayField(currentStmt, topLevelVarMap); constant295 private isArrayField(stmt: Stmt, topLevelVarMap: Map<string, Stmt[]>): Stmt[] | undefined { method in ObjectLiteralCheck