Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c2354 uint8_t string_flags = ECMA_STRING_FLAG_IS_ASCII; in ecma_regexp_split_helper()
2359 &string_flags); in ecma_regexp_split_helper()
2475 if (string_flags & ECMA_STRING_FLAG_MUST_BE_FREED) in ecma_regexp_split_helper()
2511 uint8_t string_flags = ECMA_STRING_FLAG_IS_ASCII; in ecma_regexp_replace_helper_fast() local
2517 &string_flags); in ecma_regexp_replace_helper_fast()
2530 if (string_flags & ECMA_STRING_FLAG_IS_ASCII) in ecma_regexp_replace_helper_fast()
2674 if (string_flags & ECMA_STRING_FLAG_MUST_BE_FREED) in ecma_regexp_replace_helper_fast()
2963 uint8_t string_flags = ECMA_STRING_FLAG_IS_ASCII; in ecma_regexp_replace_helper() local
2968 &string_flags); in ecma_regexp_replace_helper()
3081 if (string_flags & ECMA_STRING_FLAG_IS_ASCII) in ecma_regexp_replace_helper()
[all …]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c852 uint8_t string_flags = ECMA_STRING_FLAG_IS_ASCII; in ecma_builtin_string_prototype_object_split() local
857 &string_flags); in ecma_builtin_string_prototype_object_split()
909 if (string_flags & ECMA_STRING_FLAG_MUST_BE_FREED) in ecma_builtin_string_prototype_object_split()