Implement the for of statement (#2871)
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
This commit is contained in:
committed by
Dániel Bátyai
parent
b6fc4e13ae
commit
343e80053b
@@ -44,6 +44,9 @@ typedef enum
|
||||
VM_CONTEXT_SUPER_CLASS, /**< super class context */
|
||||
#endif /* ENABLED (JERRY_ES2015_CLASS) */
|
||||
VM_CONTEXT_FOR_IN, /**< for-in context */
|
||||
#if ENABLED (JERRY_ES2015_FOR_OF)
|
||||
VM_CONTEXT_FOR_OF, /**< for-of context */
|
||||
#endif /* ENABLED (JERRY_ES2015_FOR_OF) */
|
||||
} vm_stack_context_type_t;
|
||||
|
||||
ecma_value_t *vm_stack_context_abort (vm_frame_ctx_t *frame_ctx_p, ecma_value_t *vm_stack_top_p);
|
||||
|
||||
Reference in New Issue
Block a user