Home
last modified time | relevance | path

Searched refs:isSynthesized (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/
DnavigationBar.ts533 …|| (isClassDeclaration(a.node) && isSynthesized(a.node) && isEs5ClassMember[bAssignmentDeclaration…
535 …|| (isClassDeclaration(a.node) && isSynthesized(a.node) && isPossibleConstructor(b.node)) // class…
536 …|| (isClassDeclaration(b.node) && isPossibleConstructor(a.node) && isSynthesized(a.node)) // ctor …
638 function isSynthesized(node: Node) { function