Searched refs:put_result (Results 1 – 3 of 3) sorted by relevance
828 ecma_value_t put_result = ecma_builtin_helper_def_prop_by_index (array_p, in ecma_builtin_string_prototype_object_split() local832 JERRY_ASSERT (put_result == ECMA_VALUE_TRUE); in ecma_builtin_string_prototype_object_split()841 ecma_value_t put_result = ecma_builtin_helper_def_prop_by_index (array_p, in ecma_builtin_string_prototype_object_split() local845 JERRY_ASSERT (put_result == ECMA_VALUE_TRUE); in ecma_builtin_string_prototype_object_split()879 ecma_value_t put_result = ecma_builtin_helper_def_prop_by_index (array_p, in ecma_builtin_string_prototype_object_split() local883 JERRY_ASSERT (put_result == ECMA_VALUE_TRUE); in ecma_builtin_string_prototype_object_split()901 ecma_value_t put_result = ecma_builtin_helper_def_prop_by_index (array_p, in ecma_builtin_string_prototype_object_split() local905 JERRY_ASSERT (put_result == ECMA_VALUE_TRUE); in ecma_builtin_string_prototype_object_split()
104 ecma_value_t put_result = ecma_op_object_put (obj_p, in ecma_builtin_array_iterator_prototype_object_next() local109 JERRY_ASSERT (ecma_is_value_true (put_result)); in ecma_builtin_array_iterator_prototype_object_next()
1777 ecma_value_t put_result = ecma_op_object_put (regexp_object_p, in ecma_regexp_exec_helper() local1781 if (ECMA_IS_VALUE_ERROR (put_result)) in ecma_regexp_exec_helper()1783 ret_value = put_result; in ecma_regexp_exec_helper()1787 JERRY_ASSERT (ecma_is_value_boolean (put_result)); in ecma_regexp_exec_helper()1797 ecma_value_t put_result = ecma_op_object_put (regexp_object_p, in ecma_regexp_exec_helper() local1801 if (ECMA_IS_VALUE_ERROR (put_result)) in ecma_regexp_exec_helper()1803 ret_value = put_result; in ecma_regexp_exec_helper()1807 JERRY_ASSERT (ecma_is_value_boolean (put_result)); in ecma_regexp_exec_helper()1863 ecma_value_t put_result = ecma_op_object_put (regexp_object_p, in ecma_regexp_exec_helper() local1867 if (ECMA_IS_VALUE_ERROR (put_result)) in ecma_regexp_exec_helper()[all …]