Home
last modified time | relevance | path

Searched defs:instead (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/lru-cache/
Dindex.mjs64 const deprecatedOption = (opt, instead) => { argument
70 const deprecatedMethod = (method, instead) => { argument
78 const deprecatedProperty = (field, instead) => { argument
97 const warn = (code, what, instead, fn) => { argument
Dindex.js64 const deprecatedOption = (opt, instead) => { argument
70 const deprecatedMethod = (method, instead) => { argument
78 const deprecatedProperty = (field, instead) => { argument
97 const warn = (code, what, instead, fn) => { argument
/third_party/typescript/src/compiler/
Dchecker.ts6952 if (isJSDocAllType(node) || node.kind === SyntaxKind.JSDocNamepathType) {