Lines Matching defs:base

25 function simple(node, visitors, base, state, override) {  argument
37 function ancestor(node, visitors, base, state) { argument
55 function recursive(node, state, funcs, base, override) { argument
76 function findNodeAt(node, start, end, test, base, state) { argument
98 function findNodeAround(node, pos, test, base, state) { argument
115 function findNodeAfter(node, pos, test, base, state) { argument
132 function findNodeBefore(node, pos, test, base, state) { argument
155 function make(funcs, base) { argument
177 base.IfStatement = function (node, st, c) { method
182 base.LabeledStatement = function (node, st, c) { return c(node.body, st, "Statement"); } method
184 base.WithStatement = function (node, st, c) { method
188 base.SwitchStatement = function (node, st, c) { method
202 base.TryStatement = function (node, st, c) { method
207 base.CatchClause = function (node, st, c) { method
215 base.ForStatement = function (node, st, c) { method
226 base.ForInit = function (node, st, c) { method
232 base.FunctionDeclaration = function (node, st, c) { return c(node, st, "Function"); } method
233 base.VariableDeclaration = function (node, st, c) { method
237 base.VariableDeclarator = function (node, st, c) { method
242 base.Function = function (node, st, c) { method
250 base.ScopeBody = function (node, st, c) { return c(node, st, "Statement"); } method
251 base.ScopeExpression = function (node, st, c) { return c(node, st, "Expression"); } method
253 base.Pattern = function (node, st, c) { method
263 base.RestElement = function (node, st, c) { return c(node.argument, st, "Pattern"); } method
264 base.ArrayPattern = function (node, st, c) { method
270 base.ObjectPattern = function (node, st, c) { method
277 base.ArrayExpression = function (node, st, c) { method
283 base.ObjectExpression = function (node, st, c) { method
303 base.ConditionalExpression = function (node, st, c) { method
313 base.MemberExpression = function (node, st, c) { method
322 base.ExportAllDeclaration = function (node, st, c) { method
325 base.ImportDeclaration = function (node, st, c) { method
332 base.TaggedTemplateExpression = function (node, st, c) { method
337 base.Class = function (node, st, c) { method