Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-regexp-prototype.c102 LIT_CHAR_LOWERCASE_I, in ecma_builtin_regexp_prototype_get_flags()
607 ecma_stringbuilder_append_byte (&result, LIT_CHAR_LOWERCASE_I); in ecma_builtin_regexp_prototype_to_string()
Decma-builtin-helpers-date.c699 case LIT_CHAR_LOWERCASE_I: /* Milliseconds. */ in ecma_date_to_string_format()
/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.h152 #define LIT_CHAR_LOWERCASE_I ((ecma_char_t) 'i') macro
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.c2786 else if (source_p[0] == LIT_CHAR_LOWERCASE_I) in lexer_construct_regexp_object()