Home
last modified time | relevance | path

Searched defs:baseVisitor (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/acorn/acorn-walk/dist/
Dwalk.mjs19 function simple(node, visitors, baseVisitor, state, override) { argument
31 function ancestor(node, visitors, baseVisitor, state, override) { argument
49 function recursive(node, state, funcs, baseVisitor, override) { argument
68 function full(node, callback, baseVisitor, state, override) { argument
83 function fullAncestor(node, callback, baseVisitor, state) { argument
102 function findNodeAt(node, start, end, test, baseVisitor, state) { argument
124 function findNodeAround(node, pos, test, baseVisitor, state) { argument
141 function findNodeAfter(node, pos, test, baseVisitor, state) { argument
158 function findNodeBefore(node, pos, test, baseVisitor, state) { argument
174 function make(funcs, baseVisitor) { argument
Dwalk.js25 function simple(node, visitors, baseVisitor, state, override) { argument
37 function ancestor(node, visitors, baseVisitor, state, override) { argument
55 function recursive(node, state, funcs, baseVisitor, override) { argument
74 function full(node, callback, baseVisitor, state, override) { argument
89 function fullAncestor(node, callback, baseVisitor, state) { argument
108 function findNodeAt(node, start, end, test, baseVisitor, state) { argument
130 function findNodeAround(node, pos, test, baseVisitor, state) { argument
147 function findNodeAfter(node, pos, test, baseVisitor, state) { argument
164 function findNodeBefore(node, pos, test, baseVisitor, state) { argument
180 function make(funcs, baseVisitor) { argument