Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c2197 ecma_object_t *const match_array_p = ecma_get_object_from_value (result); in ecma_regexp_split_helper() local
2203 ecma_deref_object (match_array_p); in ecma_regexp_split_helper()
2214 ecma_deref_object (match_array_p); in ecma_regexp_split_helper()
2221 ecma_deref_object (match_array_p); in ecma_regexp_split_helper()
2239 ecma_deref_object (match_array_p); in ecma_regexp_split_helper()
2249 result = ecma_op_object_get_length (match_array_p, &match_length); in ecma_regexp_split_helper()
2252 ecma_deref_object (match_array_p); in ecma_regexp_split_helper()
2263 result = ecma_op_object_get_by_uint32_index (match_array_p, match_index++); in ecma_regexp_split_helper()
2266 ecma_deref_object (match_array_p); in ecma_regexp_split_helper()
2283 ecma_deref_object (match_array_p); in ecma_regexp_split_helper()
[all …]