Lines Matching defs:c

27   ;(function c(node, st, override) {  function
40 ;(function c(node, st, override) { function
57 ;(function c(node, st, override) { function
80 ;(function c(node, st, override) { function
102 ;(function c(node, st, override) { function
119 ;(function c(node, st, override) { function
136 ;(function c(node, st, override) { function
162 function skipThrough(node, st, c) { c(node, st) } argument
177 base.IfStatement = function (node, st, c) { argument
182 base.LabeledStatement = function (node, st, c) { return c(node.body, st, "Statement"); } argument
184 base.WithStatement = function (node, st, c) { argument
188 base.SwitchStatement = function (node, st, c) { argument
202 base.TryStatement = function (node, st, c) { argument
207 base.CatchClause = function (node, st, c) { argument
215 base.ForStatement = function (node, st, c) { argument
226 base.ForInit = function (node, st, c) { argument
232 base.FunctionDeclaration = function (node, st, c) { return c(node, st, "Function"); } argument
233 base.VariableDeclaration = function (node, st, c) { argument
237 base.VariableDeclarator = function (node, st, c) { argument
242 base.Function = function (node, st, c) { argument
250 base.ScopeBody = function (node, st, c) { return c(node, st, "Statement"); } argument
251 base.ScopeExpression = function (node, st, c) { return c(node, st, "Expression"); } argument
253 base.Pattern = function (node, st, c) { argument
263 base.RestElement = function (node, st, c) { return c(node.argument, st, "Pattern"); } argument
264 base.ArrayPattern = function (node, st, c) { argument
270 base.ObjectPattern = function (node, st, c) { argument
277 base.ArrayExpression = function (node, st, c) { argument
283 base.ObjectExpression = function (node, st, c) { argument
303 base.ConditionalExpression = function (node, st, c) { argument
313 base.MemberExpression = function (node, st, c) { argument
322 base.ExportAllDeclaration = function (node, st, c) { argument
325 base.ImportDeclaration = function (node, st, c) { argument
332 base.TaggedTemplateExpression = function (node, st, c) { argument
337 base.Class = function (node, st, c) { argument