Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c314 ecma_string_t *this_str_p = ecma_op_to_string (this_argument); in ecma_builtin_string_prototype_object_match() local
317 if (JERRY_UNLIKELY (this_str_p == NULL)) in ecma_builtin_string_prototype_object_match()
327 ecma_deref_ecma_string (this_str_p); in ecma_builtin_string_prototype_object_match()
338 ecma_deref_ecma_string (this_str_p); in ecma_builtin_string_prototype_object_match()
341 ecma_value_t this_str_value = ecma_make_string_value (this_str_p); in ecma_builtin_string_prototype_object_match()
346 ecma_deref_ecma_string (this_str_p); in ecma_builtin_string_prototype_object_match()