Home
last modified time | relevance | path

Searched refs:ECMA_ITERATOR_THROW (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-generator-prototype.c124 if (resume_mode == ECMA_ITERATOR_THROW) in ecma_builtin_generator_prototype_object_do()
141 resume_mode = ECMA_ITERATOR_THROW; in ecma_builtin_generator_prototype_object_do()
149 else if (resume_mode == ECMA_ITERATOR_THROW) in ecma_builtin_generator_prototype_object_do()
177 resume_mode = ECMA_ITERATOR_THROW; in ecma_builtin_generator_prototype_object_do()
241 return ecma_builtin_generator_prototype_object_do (this_arg, throw_arg, ECMA_ITERATOR_THROW); in ecma_builtin_generator_prototype_object_throw()
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-iterator-object.h37 ECMA_ITERATOR_THROW, /**< generator should perform a throw operation */ enumerator
H A Decma-iterator-object.c575 JERRY_ASSERT (command == ECMA_ITERATOR_THROW); in ecma_op_iterator_do()

Completed in 4 milliseconds