Add support of function expressions scopes. Uncomment tests.
This commit is contained in:
@@ -1663,12 +1663,17 @@ opfunc_meta (opcode_t opdata, /**< operation data */
|
||||
{
|
||||
return ecma_make_meta_completion_value ();
|
||||
}
|
||||
|
||||
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:
|
||||
case OPCODE_META_TYPE_CATCH_EXCEPTION_IDENTIFIER:
|
||||
case OPCODE_META_TYPE_STRICT_CODE:
|
||||
{
|
||||
JERRY_UNREACHABLE ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user