Home
last modified time | relevance | path

Searched refs:_seen (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/npm-logical-tree/
Dindex.js54 hasCycle (_seen, _from) { argument
55 if (!_seen) { _seen = new Set() }
58 if (_seen.has(dep)) { continue }
59 _seen.add(dep)
60 if (dep === _from || dep.hasCycle(_seen, _from)) {
87 forEach (fn, _seen) { argument
88 if (!_seen) { _seen = new Set() }
89 if (_seen.has(this)) { return }
90 _seen.add(this)
93 dep.forEach(fn, _seen)
/third_party/python/Lib/
Dtraceback.py491 _seen=None): argument
496 is_recursive_call = _seen is not None
497 if _seen is None:
498 _seen = set()
499 _seen.add(id(exc_value))
532 and id(e.__cause__) not in _seen):
540 _seen=_seen)
551 and need_context and id(e.__context__) not in _seen):
559 _seen=_seen)
/third_party/flutter/engine/flutter/lib/snapshot/
Dfuchsia_compilation_trace.txt1046 dart:convert,_JsonStringifier,get:_seen
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dcompilation_trace.txt1385 dart:convert,_JsonStringifier,get:_seen