Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c1946 const ecma_value_t prev_last_index = ecma_op_object_get (regexp_object_p, last_index_str_p); in ecma_regexp_search_helper() local
1947 if (ECMA_IS_VALUE_ERROR (prev_last_index)) in ecma_regexp_search_helper()
1956 ecma_free_value (prev_last_index); in ecma_regexp_search_helper()
1966 ecma_free_value (prev_last_index); in ecma_regexp_search_helper()
1971 result = ecma_op_object_put (regexp_object_p, last_index_str_p, prev_last_index, true); in ecma_regexp_search_helper()
1972 ecma_free_value (prev_last_index); in ecma_regexp_search_helper()

Completed in 4 milliseconds