Searched refs:nextToLast (Results 1 – 8 of 8) sorted by relevance
219 const Instruction* nextToLast = (instructions.cend() - 2)->get(); in getMergeInstruction() local220 switch (nextToLast->getOpCode()) { in getMergeInstruction()223 return nextToLast; in getMergeInstruction()
2591 let nextToLast = lhs;2592 while (!isIdentifier(nextToLast.expression)) {2593 … nextToLast = nextToLast.expression as Exclude<BindableStaticNameExpression, Identifier>;2595 const id = nextToLast.expression;2597 … id.escapedText === "module" && getElementOrPropertyAccessName(nextToLast) === "exports") &&
15604 var nextToLast = lhs;15605 while (!ts.isIdentifier(nextToLast.expression)) {15606 nextToLast = nextToLast.expression;15608 var id = nextToLast.expression;15610 … id.escapedText === "module" && getElementOrPropertyAccessName(nextToLast) === "exports") &&
12090 var nextToLast = lhs;12091 while (!ts.isIdentifier(nextToLast.expression)) {12092 nextToLast = nextToLast.expression;12094 var id = nextToLast.expression;12096 … id.escapedText === "module" && getElementOrPropertyAccessName(nextToLast) === "exports") &&
15615 var nextToLast = lhs;15616 while (!ts.isIdentifier(nextToLast.expression)) {15617 nextToLast = nextToLast.expression;15619 var id = nextToLast.expression;15621 … id.escapedText === "module" && getElementOrPropertyAccessName(nextToLast) === "exports") &&
15809 var nextToLast = lhs;15810 while (!ts.isIdentifier(nextToLast.expression)) {15811 nextToLast = nextToLast.expression;15813 var id = nextToLast.expression;15815 … id.escapedText === "module" && getElementOrPropertyAccessName(nextToLast) === "exports") &&