Lines Matching refs:length
126 const ret = first && second && first.length === second.length;
130 for (let index = 0; index < first.length; index++) {
140 if (!array || array.length === 0) {
256 const hint = useinstead.length > 0 ? `useinstead: ${useinstead[0]}` : '';
270 if (!jsdocs || jsdocs.length === 0) {
273 const jsdoc = jsdocs[jsdocs.length - 1];
303 if (oldJsDocTextArr.length !== newJsDocTextArr.length) {
313 for (let i = 0; i < oldJsDocTextArr.length; i++) {
758 if (!jsdocs || jsdocs.length === 0) {
761 const singleJSDoc = jsdocs[jsdocs.length - 1];