Searched refs:lastindex_value (Results 1 – 1 of 1) sorted by relevance
1697 …ecma_value_t lastindex_value = ecma_op_object_get_own_data_prop (regexp_object_p, lastindex_str_p); in ecma_regexp_exec_helper() local1700 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() local2810 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()