Searched defs:kids (Results 1 – 7 of 7) sorted by relevance
52 const kids = getChildren(tree, seen.get(tree)) constant57 const kids = (nodes || []).filter(filter).map(kid => constant64 const leaveNode = kids => { argument
52 const kids = getChildren(kidTree, seen.get(kidTree)) constant56 const processKids = (kids) => { argument
73 const kids = getChildren(kidTree, seen.get(kidTree)) constant77 const processKids = (kids) => { argument
216 const kids = paramTag.getChildren(); constant
167 const kids = new Map() constant
352 const kids = await readdirScoped(nm).then(paths => paths.map(p => p.replace(/\\/g, '/'))) constant
254 std::unique_ptr<SkPDFArray> kids = SkPDFMakeArray(); in PrepareTagTreeToEmit() local