Lines Matching full:be
58 expect(checkInstructions(insns, expected)).to.be.true;
60 expect(foo != undefined).to.be.true;
61 expect(foo instanceof GlobalVariable).to.be.true;
78 expect(checkInstructions(insns, expected)).to.be.true;
80 expect(foo != undefined).to.be.true;
81 expect(foo instanceof GlobalVariable).to.be.true;
99 expect(checkInstructions(insns!, expected)).to.be.true;
101 expect(foo != undefined).to.be.true;
102 expect(foo instanceof LocalVariable).to.be.true;
104 expect(parameterLength == 0).to.be.true;
117 expect(checkInstructions(insns, expected)).to.be.true;
148 expect(checkInstructions(insns, expected_main)).to.be.true;
151 expect(checkInstructions(insns, expected_func)).to.be.true;
153 expect(parameterLength == 1).to.be.true;
175 expect(checkInstructions(insns, expected_func)).to.be.true;