Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c1945 ecma_string_t *const last_index_str_p = ecma_get_magic_string (LIT_MAGIC_STRING_LASTINDEX_UL); in ecma_regexp_search_helper() local
1946 const ecma_value_t prev_last_index = ecma_op_object_get (regexp_object_p, last_index_str_p); in ecma_regexp_search_helper()
1953 …const ecma_value_t status = ecma_op_object_put (regexp_object_p, last_index_str_p, ecma_make_uint3… 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()