Fix bytecode generation of binary expressions. Fix bytecode generation of query operator. Fix tests.

This commit is contained in:
Ilmir Usmanov
2014-10-15 20:08:38 +04:00
parent aaadfec530
commit e1e7752a62
8 changed files with 35 additions and 24 deletions
@@ -13,4 +13,4 @@
// limitations under the License.
var x = 0;
assert(x - (x = 1) !== -1)
assert(x - (x = 1) === -1)