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… constant200 const { firstStatement, selection, typeParameters } = info; constant213 const { firstStatement, selection, typeParameters, typeElements } = info; constant228 const { firstStatement, selection, typeParameters } = info; constant
114 const firstStatement = first(func.body.statements); constant
85 const firstStatement = first(declaration.body.statements); constant
408 const firstStatement = firstOrUndefined(statements); constant
580 const firstStatement = firstOrUndefined(ctr.body!.statements); constant