Searched refs:lastPropertyAt (Results 1 – 1 of 1) sorted by relevance
58 var lastPropertyAt = lastPropertyIndex(tokens);61 property(context, tokens, i, lastPropertyAt);77 function property(context, tokens, position, lastPropertyAt) { argument88 } else if ( position < lastPropertyAt ) {94 needsSemicolon = position < lastPropertyAt || isPropertyBlock;97 var isLast = position === lastPropertyAt;