Fix of 'strict mode' meta type handling in opfunc_meta.

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
Ruben Ayrapetyan 2015-05-25 17:47:55 +03:00
parent 3a9bf24001
commit e984bc30ea

View File

@ -1652,11 +1652,6 @@ opfunc_meta (opcode_t opdata, /**< operation data */
}
case OPCODE_META_TYPE_STRICT_CODE:
{
FIXME (/* Handle in run_int_from_pos */);
return ecma_make_meta_completion_value ();
}
case OPCODE_META_TYPE_UNDEFINED:
case OPCODE_META_TYPE_THIS_ARG:
case OPCODE_META_TYPE_FUNCTION_END: