Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-regexp-prototype.c103 LIT_CHAR_LOWERCASE_M, in ecma_builtin_regexp_prototype_get_flags()
612 ecma_stringbuilder_append_byte (&result, LIT_CHAR_LOWERCASE_M); in ecma_builtin_regexp_prototype_to_string()
Decma-builtin-helpers-date.c687 case LIT_CHAR_LOWERCASE_M: /* Minutes. */ in ecma_date_to_string_format()
/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.h156 #define LIT_CHAR_LOWERCASE_M ((ecma_char_t) 'm') macro
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.c2790 else if (source_p[0] == LIT_CHAR_LOWERCASE_M) in lexer_construct_regexp_object()