Remove invalid assertion from parser_flush_cbc (#4063)
This patch fixes #4054. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
This commit is contained in:
@@ -153,8 +153,6 @@ parser_flush_cbc (parser_context_t *context_p) /**< context */
|
||||
return;
|
||||
}
|
||||
|
||||
JERRY_ASSERT (last_opcode != PARSER_TO_EXT_OPCODE (CBC_EXT_PUSH_SUPER));
|
||||
|
||||
context_p->status_flags |= PARSER_NO_END_LABEL;
|
||||
|
||||
if (PARSER_IS_BASIC_OPCODE (last_opcode))
|
||||
|
||||
Reference in New Issue
Block a user