Home
last modified time | relevance | path

Searched defs:walker (Results 1 – 19 of 19) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DparserRealSource5.js116 function prePrintAST(ast, parent, walker) { argument
123 function postPrintAST(ast, parent, walker) { argument
DparserRealSource14.js992 var pre = function (cur, parent, walker) { argument
1042 var pre = function (cur, parent, walker) { argument
1063 var pre = function (cur, parent, walker) { argument
1069 var post = function (cur, parent, walker) { argument
DparserRealSource6.js298 function preFindMemberScope(ast, parent, walker) { argument
324 function preFindEnclosingScope(ast, parent, walker) { argument
DparserRealSource13.js129 var walker = TypeScript.getAstWalkerFactory().getWalker(pre, post); variable
DparserRealSource8.js800 function preAssignScopes(ast, parent, walker) { argument
834 function postAssignScopes(ast, parent, walker) { argument
DparserRealSource7.js1455 function preCollectTypes(ast, parent, walker) { argument
1505 function postCollectTypes(ast, parent, walker) { argument
DparserRealSource11.js1044 var walker = getAstWalkerFactory().getWalker(controlFlowPrefix, null, null, context); variable
3382 var controlFlowPrefix = function (ast, parent, walker) { argument
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DLigatureTree.java145 public void walk(TreeWalker walker) in walk()
236 public void walk(TreeWalker walker) in walk()
/third_party/typescript/src/testRunner/unittests/services/extract/
DsymbolWalker.ts25 const walker = checker.getSymbolWalker(symbol => { constant
/third_party/node/deps/npm/node_modules/ignore-walk/lib/
Dindex.js208 walker (entry, opts, then) { method in Walker
292 walker (entry, opts, then) { method in WalkerSync
/third_party/node/deps/npm/node_modules/npm-packlist/lib/
Dindex.js243 walker (entry, opts, callback) { method in PackWalker
/third_party/ntfs-3g/ntfsprogs/
Dntfsls.c348 struct ntfs_list_head *walker = NULL; in free_dirs() local
/third_party/typescript/src/server/
DscriptVersionCache.ts487 const walker = new EditWalker(); constant
/third_party/skia/third_party/externals/expat/expat/lib/
Dxmlparse.c7662 const char *walker = before; in accountingReportDiff() local
/third_party/python/Modules/expat/
Dxmlparse.c7287 const char *walker = before; in accountingReportDiff() local
/third_party/css-what/
Dpackage-lock.json3357 "walker": "^1.0.7" string
7703 "walker": "^1.0.7" string
8930 "walker": { object
/third_party/parse5/
Dpackage-lock.json3532 "walker": "^1.0.8" string
8740 "walker": "^1.0.8" string
10481 "walker": { object
/third_party/jsframework/
Dpackage-lock.json4726 "walker": "^1.0.7" string
8040 "walker": { object
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h58186 struct rhashtable_walker walker; member