Lines Matching full:be
60 expect(checkInstructions(insns, expected)).to.be.true;
62 expect(v instanceof GlobalVariable).to.be.true;
76 expect(checkInstructions(insns, expected)).to.be.true;
78 expect(v instanceof LocalVariable).to.be.true;
92 expect(checkInstructions(insns, expected)).to.be.true;
94 expect(v instanceof LocalVariable).to.be.true;
110 expect(checkInstructions(insns, expected)).to.be.true;
112 expect(v instanceof GlobalVariable).to.be.true;
126 expect(checkInstructions(insns, expected)).to.be.true;
128 expect(v instanceof LocalVariable).to.be.true;
137 expect(i instanceof GlobalVariable).to.be.true;
139 expect(j instanceof GlobalVariable).to.be.true;
148 expect(i instanceof LocalVariable).to.be.true;
150 expect(j instanceof LocalVariable).to.be.true;
159 expect(i instanceof LocalVariable).to.be.true;
161 expect(j instanceof LocalVariable).to.be.true;
177 expect(checkInstructions(insns, expected)).to.be.true;
179 expect(i).to.not.be.equal(undefined);
180 expect(i instanceof LocalVariable).to.be.true;
195 expect(checkInstructions(insns, expected)).to.be.true;
197 expect(i).to.be.equal(undefined);
212 expect(checkInstructions(insns, expected)).to.be.true;
214 expect(i).to.be.equal(undefined);
229 expect(checkInstructions(insns, expected)).to.be.true;
231 expect(i).to.be.equal(undefined);
240 expect(err instanceof DiagnosticError).to.be.true;
244 expect(errorThrown).to.be.true;
258 expect(checkInstructions(insns, expected)).to.be.true;
260 expect(i == undefined).to.be.true; // not in global