Home
last modified time | relevance | path

Searched refs:match_str_value (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c3305 ecma_value_t match_str_value = ecma_op_object_get_by_uint32_index (result_value_p, 0); in ecma_regexp_match_helper() local
3309 if (ECMA_IS_VALUE_ERROR (match_str_value)) in ecma_regexp_match_helper()
3314 ecma_string_t *match_str_p = ecma_op_to_string (match_str_value); in ecma_regexp_match_helper()
3318 ecma_free_value (match_str_value); in ecma_regexp_match_helper()
3324 match_str_value, in ecma_regexp_match_helper()
3377 ecma_free_value (match_str_value); in ecma_regexp_match_helper()

Completed in 4 milliseconds