Searched defs:instead (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/deps/npm/node_modules/lru-cache/ |
| D | index.mjs | 64 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
|
| D | index.js | 64 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/ |
| D | checker.ts | 6952 if (isJSDocAllType(node) || node.kind === SyntaxKind.JSDocNamepathType) {
|