Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c1697 …ecma_value_t lastindex_value = ecma_op_object_get_own_data_prop (regexp_object_p, lastindex_str_p); in ecma_regexp_exec_helper() local
1700 ret_value = ecma_op_to_integer (lastindex_value, &lastindex_num); in ecma_regexp_exec_helper()
1702 ecma_free_value (lastindex_value); in ecma_regexp_exec_helper()
2808 … ecma_value_t lastindex_value = ecma_op_object_get_own_data_prop (this_obj_p, lastindex_str_p); in ecma_regexp_replace_helper() local
2810 result = ecma_op_to_length (lastindex_value, &replace_ctx.index); in ecma_regexp_replace_helper()
2811 ecma_free_value (lastindex_value); in ecma_regexp_replace_helper()