Searched defs:firstStatement (Results 1 – 5 of 5) sorted by relevance
83 …isJS: boolean; selection: TypeNode; firstStatement: Statement; typeParameters: readonly TypeParame… property87 …isJS: boolean; selection: TypeNode; firstStatement: Statement; typeParameters: readonly TypeParame… property104 …const firstStatement = Debug.checkDefined(findAncestor(selection, isStatement), "Should find a sta… constant191 const { firstStatement, selection, typeParameters } = info; constant205 const { firstStatement, selection, typeParameters, typeElements } = info; constant221 const { firstStatement, selection, typeParameters } = info; constant
115 const firstStatement = first(func.body.statements); constant
85 const firstStatement = first(declaration.body.statements); constant
347 const firstStatement = firstOrUndefined(statements); constant
499 const firstStatement = firstOrUndefined(ctr.body!.statements); constant