Add opfunc_equal_value_type and opfunc_not_equal_value_type opcode handlers. Add test.

This commit is contained in:
e.gavrin
2014-08-14 18:04:43 +04:00
parent 0cd5fbfd81
commit a075051d6f
5 changed files with 178 additions and 5 deletions
+1
View File
@@ -27,6 +27,7 @@
*/
extern bool ecma_op_abstract_equality_compare (ecma_value_t x, ecma_value_t y);
extern bool ecma_op_strict_equality_compare (ecma_value_t x, ecma_value_t y);
extern ecma_completion_value_t ecma_op_abstract_relational_compare (ecma_value_t x, ecma_value_t y, bool left_first);
/**