Home
last modified time | relevance | path

Searched defs:is_throw (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects-general.c42 ecma_reject (bool is_throw) /**< Throw flag */ in ecma_reject()
141 bool is_throw) /**< flag that controls failure handling */ in ecma_op_general_object_delete()
Decma-objects.c1072 bool is_throw) /**< flag that controls failure handling */ in ecma_op_object_put_by_uint32_index()
1101 bool is_throw) /**< flag that controls failure handling */ in ecma_op_object_put_by_number_index()
1132 bool is_throw) /**< flag that controls failure handling */ in ecma_op_object_put()
1154 bool is_throw) /**< flag that controls failure handling */ in ecma_op_object_put_apply_receiver()
1255 bool is_throw) /**< flag that controls failure handling */ in ecma_op_object_put_with_receiver()
1635 bool is_throw) /**< flag that controls failure handling */ in ecma_op_object_delete_by_uint32_index()
1661 bool is_throw) /**< flag that controls failure handling */ in ecma_op_object_delete_by_number_index()
1685 bool is_throw) /**< flag that controls failure handling */ in ecma_op_object_delete()
Decma-objects-arguments.c316 bool is_throw) /**< flag that controls failure handling */ in ecma_op_arguments_object_delete()
Decma-array-object.c952 bool is_throw = (flags & ECMA_ARRAY_OBJECT_SET_LENGTH_FLAG_IS_THROW); in ecma_op_array_object_set_length() local