Implementing is_false_jmp, is_true_jmp opcodes.

This commit is contained in:
Ruben Ayrapetyan
2014-07-23 21:58:15 +04:00
parent b923468720
commit 826c6aeca2
3 changed files with 153 additions and 12 deletions
+1
View File
@@ -28,6 +28,7 @@
extern ecma_completion_value_t ecma_op_check_object_coercible( ecma_value_t value);
extern ecma_completion_value_t ecma_op_to_primitive( ecma_value_t value);
extern ecma_completion_value_t ecma_op_to_boolean( ecma_value_t value);
extern ecma_completion_value_t ecma_op_to_number( ecma_value_t value);
extern ecma_completion_value_t ecma_op_to_object( ecma_value_t value);