Lines Matching defs:base
19 function simple(node, visitors, base, state, override) { argument
31 function ancestor(node, visitors, base, state) { argument
49 function recursive(node, state, funcs, base, override) { argument
70 function findNodeAt(node, start, end, test, base, state) { argument
92 function findNodeAround(node, pos, test, base, state) { argument
109 function findNodeAfter(node, pos, test, base, state) { argument
126 function findNodeBefore(node, pos, test, base, state) { argument
149 function make(funcs, base) { argument
171 base.IfStatement = function (node, st, c) { method
176 base.LabeledStatement = function (node, st, c) { return c(node.body, st, "Statement"); } method
178 base.WithStatement = function (node, st, c) { method
182 base.SwitchStatement = function (node, st, c) { method
196 base.TryStatement = function (node, st, c) { method
201 base.CatchClause = function (node, st, c) { method
209 base.ForStatement = function (node, st, c) { method
220 base.ForInit = function (node, st, c) { method
226 base.FunctionDeclaration = function (node, st, c) { return c(node, st, "Function"); } method
227 base.VariableDeclaration = function (node, st, c) { method
231 base.VariableDeclarator = function (node, st, c) { method
236 base.Function = function (node, st, c) { method
244 base.ScopeBody = function (node, st, c) { return c(node, st, "Statement"); } method
245 base.ScopeExpression = function (node, st, c) { return c(node, st, "Expression"); } method
247 base.Pattern = function (node, st, c) { method
257 base.RestElement = function (node, st, c) { return c(node.argument, st, "Pattern"); } method
258 base.ArrayPattern = function (node, st, c) { method
264 base.ObjectPattern = function (node, st, c) { method
271 base.ArrayExpression = function (node, st, c) { method
277 base.ObjectExpression = function (node, st, c) { method
297 base.ConditionalExpression = function (node, st, c) { method
307 base.MemberExpression = function (node, st, c) { method
316 base.ExportAllDeclaration = function (node, st, c) { method
319 base.ImportDeclaration = function (node, st, c) { method
326 base.TaggedTemplateExpression = function (node, st, c) { method
331 base.Class = function (node, st, c) { method