Searched refs:generateBlockWithoutConditionalOperator (Results 1 – 1 of 1) sorted by relevance
55 … const { generatedTopBlock: extraBlock } = this.generateBlockWithoutConditionalOperator(102 return this.generateBlockWithoutConditionalOperator(sourceStmts);135 return this.generateBlockWithoutConditionalOperator(sourceStmts);137 …dTopBlock, generatedAllBlocks: generatedAllBlocks } = this.generateBlockWithoutConditionalOperator(163 …const { generatedTopBlock: extraBlock } = this.generateBlockWithoutConditionalOperator(sourceStmts…174 private generateBlockWithoutConditionalOperator(sourceStmts: Stmt[]): { method in ConditionBuilder