Skip to content

Commit e984bc3

Browse files
author
Ruben Ayrapetyan
committed
Fix of 'strict mode' meta type handling in opfunc_meta.
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan [email protected]
1 parent 3a9bf24 commit e984bc3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

jerry-core/vm/opcodes.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,11 +1652,6 @@ opfunc_meta (opcode_t opdata, /**< operation data */
16521652
}
16531653

16541654
case OPCODE_META_TYPE_STRICT_CODE:
1655-
{
1656-
FIXME (/* Handle in run_int_from_pos */);
1657-
return ecma_make_meta_completion_value ();
1658-
}
1659-
16601655
case OPCODE_META_TYPE_UNDEFINED:
16611656
case OPCODE_META_TYPE_THIS_ARG:
16621657
case OPCODE_META_TYPE_FUNCTION_END:

0 commit comments

Comments
 (0)