Home
last modified time | relevance | path

Searched refs:ECMA_ITERATOR_RETURN (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-generator-prototype.c145 if (resume_mode == ECMA_ITERATOR_RETURN) in ecma_builtin_generator_prototype_object_do()
225 return ecma_builtin_generator_prototype_object_do (this_arg, return_arg, ECMA_ITERATOR_RETURN); in ecma_builtin_generator_prototype_object_return()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-iterator-object.h36 ECMA_ITERATOR_RETURN, /**< generator should perform a return operation */ enumerator
Decma-iterator-object.c569 else if (command == ECMA_ITERATOR_RETURN) in ecma_op_iterator_do()