| /third_party/node/deps/acorn/acorn-walk/dist/ |
| D | walk.mjs | 19 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
|
| D | walk.js | 25 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
|