Lines Matching refs:checkInstructions
36 import { checkInstructions, compileMainSnippet, SnippetCompiler } from "./utils/base";
54 expect(checkInstructions(insns, expected)).to.be.true;
78 expect(checkInstructions(insns, expected)).to.be.true;
93 expect(checkInstructions(insns, expected)).to.be.true;
109 expect(checkInstructions(insns, expected)).to.be.true;
127 expect(checkInstructions(insns, expected)).to.be.true;
147 expect(checkInstructions(insns!, expected)).to.be.true;
165 expect(checkInstructions(insns!, expected)).to.be.true;
182 expect(checkInstructions(insns.slice(3, 5), expected));
202 expect(checkInstructions(insns.slice(3, 5), expected));
222 expect(checkInstructions(insns.slice(3, 5), expected));