v8/test/unittests/interpreter
mythria 5a09f1b9a7 [Interpreter] Adds logical and/or and comma operators to interpreter
Adds support for following operators
 -Logical and
 -Logical or
 -Comma

Adds the above bytecodes, support to BytecodeGenerator and BytecodeArrayBuilder
to enable it's use, it's implementation and tests.

BUG=v8:4280
LOG=N

Review URL: https://codereview.chromium.org/1399773002

Cr-Commit-Position: refs/heads/master@{#31281}
2015-10-15 09:11:59 +00:00
..
bytecode-array-builder-unittest.cc [Interpreter] Adds logical and/or and comma operators to interpreter 2015-10-15 09:11:59 +00:00
bytecode-array-iterator-unittest.cc [Interpreter]: Add support for strict mode load / store ICs. 2015-10-07 07:54:27 +00:00
bytecodes-unittest.cc [Interpreter] Add interpreter support for compare ops and ToBoolean. 2015-09-28 18:07:05 +00:00