Lines Matching refs:ii
35 for (let ii = 0; ii < schema.length; ++ii) {
36 const type = schema[ii]
37 if (!types[type]) throw unknownType(ii, type)
51 for (let ii = 0; ii < args.length; ++ii) {
53 const type = schema[ii]
55 return typeCheck(args[ii])
58 const labels = matching.map(_ => types[_[ii]].label).filter(_ => _ != null)
59 throw invalidType(ii, labels, args[ii])