Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c1696 ecma_string_t *lastindex_str_p = ecma_get_magic_string (LIT_MAGIC_STRING_LASTINDEX_UL); in ecma_regexp_exec_helper() local
1697 ecma_value_t lastindex_value = ecma_op_object_get_own_data_prop (regexp_object_p, lastindex_str_p); in ecma_regexp_exec_helper()
1723 lastindex_str_p, in ecma_regexp_exec_helper()
2165 ecma_string_t *const lastindex_str_p = ecma_get_magic_string (LIT_MAGIC_STRING_LASTINDEX_UL); in ecma_regexp_split_helper() local
2172 lastindex_str_p, in ecma_regexp_split_helper()
2200 result = ecma_op_object_get (splitter_obj_p, lastindex_str_p); in ecma_regexp_split_helper()
2807 ecma_string_t *lastindex_str_p = ecma_get_magic_string (LIT_MAGIC_STRING_LASTINDEX_UL); in ecma_regexp_replace_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()

Completed in 4 milliseconds