Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers-date.c635 case LIT_CHAR_LOWERCASE_Y: /* ISO Year: -000001, 0000, 0001, 9999, +012345 */ in ecma_date_to_string_format()
758 else if (*(format_p - 1) == LIT_CHAR_LOWERCASE_Y && number_length == 6) in ecma_date_to_string_format()
Decma-builtin-regexp-prototype.c105 LIT_CHAR_LOWERCASE_Y in ecma_builtin_regexp_prototype_get_flags()
/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.h168 #define LIT_CHAR_LOWERCASE_Y ((ecma_char_t) 'y') macro
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c2075 case LIT_CHAR_LOWERCASE_Y: in ecma_regexp_split_helper()
2092 ecma_stringbuilder_append_byte (&builder, LIT_CHAR_LOWERCASE_Y); in ecma_regexp_split_helper()
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.c2798 else if (source_p[0] == LIT_CHAR_LOWERCASE_Y) in lexer_construct_regexp_object()