Add rules to check switch-cases

This commit is contained in:
Ilmir Usmanov
2014-08-19 16:22:05 +04:00
parent 471bbd9fc4
commit 126b8814a8
4 changed files with 61 additions and 101 deletions
-2
View File
@@ -807,8 +807,6 @@ opfunc_assignment (OPCODE opdata, /**< operation data */
ECMA_TARGET_ID_RESERVED);
break;
}
JERRY_UNIMPLEMENTED ();
}
if (unlikely (ecma_is_completion_value_throw (get_value_completion)))