mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
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:
parent
3a9bf24001
commit
e984bc30ea
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user