Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-regexp-prototype.c453 ecma_string_t *input_str_p = ecma_op_to_string (arg); in ecma_builtin_regexp_prototype_exec() local
454 if (JERRY_UNLIKELY (input_str_p == NULL)) in ecma_builtin_regexp_prototype_exec()
460 …a_value_t ret_value = ecma_regexp_exec_helper (ecma_get_object_from_value (obj_this), input_str_p); in ecma_builtin_regexp_prototype_exec()
463 ecma_deref_ecma_string (input_str_p); in ecma_builtin_regexp_prototype_exec()
Decma-builtin-string-prototype.c431 ecma_string_t *input_str_p = ecma_get_string_from_value (this_value); in ecma_builtin_string_prototype_object_replace() local
456 replace_ctx.string_p = ecma_string_get_chars (input_str_p, in ecma_builtin_string_prototype_object_replace()
496 ecma_make_string_value (input_str_p) in ecma_builtin_string_prototype_object_replace()
543 ecma_ref_ecma_string (input_str_p); in ecma_builtin_string_prototype_object_replace()
544 result_string_p = input_str_p; in ecma_builtin_string_prototype_object_replace()