Home
last modified time | relevance | path

Searched refs:shouldPrune (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/lib/
Dprune.js42 function shouldPrune (child) { function
58 …var toPrune = this.idealTree.children.filter(shouldPrune).map(getModuleName).filter(matchesArg).ma…
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp1505 const bool shouldPrune = in pruneUnusedFunctions() local
1507 if (!shouldPrune) in pruneUnusedFunctions()