Home
last modified time | relevance | path

Searched defs:MethodDefinition (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint-scope/
DReferencer.ts52 MethodDefinition(node: TSESTree.Node): void; method
/third_party/node/lib/internal/repl/
Dawait.js58 MethodDefinition: noop, property
/third_party/typescript_eslint/packages/scope-manager/src/referencer/
DReferencer.ts613 protected MethodDefinition(node: TSESTree.MethodDefinition): void { method in Referencer
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dunified-signatures.ts50 type MethodDefinition = alias
/third_party/typescript_eslint/packages/types/src/
Dast-node-types.ts60 MethodDefinition = 'MethodDefinition', enumerator
Dts-estree.ts418 export type MethodDefinition = alias
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DRule.ts309 MethodDefinition?: RuleFunction<TSESTree.MethodDefinition>; property