Searched refs:result_str_p (Results 1 – 3 of 3) sorted by relevance
104 ecma_string_t *result_str_p; in ecma_builtin_string_iterator_prototype_object_next() local110 result_str_p = ecma_new_ecma_string_from_code_unit (first); in ecma_builtin_string_iterator_prototype_object_next()121 result_str_p = ecma_new_ecma_string_from_code_unit (first); in ecma_builtin_string_iterator_prototype_object_next()126 result_str_p = ecma_new_ecma_string_from_code_units (first, second); in ecma_builtin_string_iterator_prototype_object_next()135 …ecma_value_t result = ecma_create_iter_result_object (ecma_make_string_value (result_str_p), ECMA_… in ecma_builtin_string_iterator_prototype_object_next()136 ecma_deref_ecma_string (result_str_p); in ecma_builtin_string_iterator_prototype_object_next()
510 ecma_string_t *const result_str_p = ecma_op_to_string (result); in ecma_builtin_string_prototype_object_replace() local513 if (result_str_p == NULL) in ecma_builtin_string_prototype_object_replace()520 ecma_stringbuilder_append (&replace_ctx.builder, result_str_p); in ecma_builtin_string_prototype_object_replace()521 ecma_deref_ecma_string (result_str_p); in ecma_builtin_string_prototype_object_replace()
2202 ecma_string_t *result_str_p = ecma_concat_ecma_strings (left_str_p, right_str_p); in vm_loop() local2205 *stack_top_p++ = ecma_make_string_value (result_str_p); in vm_loop()