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.js213 targetNode: item, property
241 targetNode: this.currentAstNode, property
268 targetNode: this.currentAstNode, property
832 const querySelectorAll = async (targetNode, query, flatOptions) => { argument
843 targetNode, property
/third_party/typescript/src/compiler/
Dchecker.ts18122 …const targetNode = targetProp && length(targetProp.declarations) ? targetProp.declarations![0] : t… constant