Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-regexp-prototype.c61 uint16_t *flags_p) /**< [out] flags */ in ecma_builtin_regexp_prototype_flags_helper() argument
72 *flags_p = bc_p->header.status_flags; in ecma_builtin_regexp_prototype_flags_helper()
561 ecma_string_t *flags_p = ecma_op_to_string (result); in ecma_builtin_regexp_prototype_to_string() local
564 if (flags_p == NULL) in ecma_builtin_regexp_prototype_to_string()
574 ecma_stringbuilder_append (&builder, flags_p); in ecma_builtin_regexp_prototype_to_string()
577 ecma_deref_ecma_string (flags_p); in ecma_builtin_regexp_prototype_to_string()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c1331 uint8_t *flags_p) /**< [in,out] any combination of ecma_string_flag_t bits */ in ecma_string_get_chars() argument
1339 *flags_p |= ECMA_STRING_FLAG_REHASH_NEEDED; in ecma_string_get_chars()
1354 if (JERRY_UNLIKELY (*flags_p & ECMA_STRING_FLAG_IS_ASCII)) in ecma_string_get_chars()
1384 *flags_p |= ECMA_STRING_FLAG_MUST_BE_FREED; in ecma_string_get_chars()
1390 *flags_p |= ECMA_STRING_FLAG_IS_UINT32; in ecma_string_get_chars()
1436 *flags_p |= ECMA_STRING_FLAG_MUST_BE_FREED; in ecma_string_get_chars()
1442 *flags_p |= ECMA_STRING_FLAG_IS_UINT32 | ECMA_STRING_FLAG_REHASH_NEEDED; in ecma_string_get_chars()
1454 if (JERRY_UNLIKELY (*flags_p & ECMA_STRING_FLAG_IS_ASCII)) in ecma_string_get_chars()
1460 *flags_p |= ECMA_STRING_FLAG_REHASH_NEEDED; in ecma_string_get_chars()
1472 if ((*flags_p & ECMA_STRING_FLAG_IS_ASCII) in ecma_string_get_chars()
[all …]
Decma-helpers.h343 uint8_t *flags_p);
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.h160 ecma_value_t ecma_regexp_parse_flags (ecma_string_t *flags_str_p, uint16_t *flags_p);
Decma-regexp-object.c61 uint16_t *flags_p) /**< [out] parsed flag bits */ in ecma_regexp_parse_flags() argument
119 *flags_p = result_flags; in ecma_regexp_parse_flags()