Lines Matching defs:context
37 function disallowsSpace(context, token, valueIndex) { argument
45 function rules(context, tokens) { argument
57 function body(context, tokens) { argument
77 function property(context, tokens, position, lastPropertyAt) { argument
126 function value(context, token) { argument
145 function allowsBreak(context, where) { argument
149 function allowsSpace(context, where) { argument
153 function openBrace(context, where, needsPrefixSpace) { argument
166 function closeBrace(context, where, beforeBlockEnd, isLast) { argument
179 function colon(context) { argument
185 function semicolon(context, where, isLast) { argument
191 function comma(context) { argument
197 function all(context, tokens) { argument