Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c60 ecma_regexp_parse_flags (ecma_string_t *flags_str_p, /**< Input string with flags */ in ecma_regexp_parse_flags() argument
66 ECMA_STRING_TO_UTF8_STRING (flags_str_p, flags_start_p, flags_start_size); in ecma_regexp_parse_flags()
309 ecma_string_t *flags_str_p = ecma_op_to_string (flags_value); in ecma_op_create_regexp_from_pattern() local
311 if (JERRY_UNLIKELY (flags_str_p == NULL)) in ecma_op_create_regexp_from_pattern()
317 ecma_value_t parse_flags_value = ecma_regexp_parse_flags (flags_str_p, &flags); in ecma_op_create_regexp_from_pattern()
318 ecma_deref_ecma_string (flags_str_p); in ecma_op_create_regexp_from_pattern()
2044 ecma_string_t *flags_str_p = ecma_op_to_string (flags); in ecma_regexp_split_helper() local
2047 if (JERRY_UNLIKELY (flags_str_p == NULL)) in ecma_regexp_split_helper()
2055 const lit_utf8_byte_t *flags_buffer_p = ecma_string_get_chars (flags_str_p, in ecma_regexp_split_helper()
2091 ecma_stringbuilder_t builder = ecma_stringbuilder_create_from (flags_str_p); in ecma_regexp_split_helper()
[all...]
H A Decma-regexp-object.h160 ecma_value_t ecma_regexp_parse_flags (ecma_string_t *flags_str_p, uint16_t *flags_p);

Completed in 3 milliseconds