Home
last modified time | relevance | path

Searched defs:targetNode (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
Dquery-selector-all.js216 targetNode: item, property
245 targetNode: this.currentAstNode, property
273 targetNode: this.currentAstNode, property
922 const querySelectorAll = async (targetNode, query, flatOptions) => { argument
933 targetNode, property
/third_party/typescript/src/compiler/
Dchecker.ts18163 …const targetNode = targetProp && length(targetProp.declarations) ? targetProp.declarations![0] : t… constant