Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c2065 const lit_utf8_byte_t *const flags_end_p = flags_buffer_p + flags_size; in ecma_regexp_split_helper() local
2066 for (const lit_utf8_byte_t *current_p = flags_buffer_p; current_p < flags_end_p; ++current_p) in ecma_regexp_split_helper()