Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-iterator-object.c346 ecma_value_t func_throw = ecma_op_object_get_by_magic_id (obj_p, LIT_MAGIC_STRING_THROW); in ecma_op_iterator_throw() local
348 if (ECMA_IS_VALUE_ERROR (func_throw)) in ecma_op_iterator_throw()
350 return func_throw; in ecma_op_iterator_throw()
353 if (func_throw == ECMA_VALUE_UNDEFINED) in ecma_op_iterator_throw()
366 if (!ecma_is_value_object (func_throw) || !ecma_op_is_callable (func_throw)) in ecma_op_iterator_throw()
368 ecma_free_value (func_throw); in ecma_op_iterator_throw()
372 ecma_object_t *return_obj_p = ecma_get_object_from_value (func_throw); in ecma_op_iterator_throw()
375 ecma_free_value (func_throw); in ecma_op_iterator_throw()