Home
last modified time | relevance | path

Searched refs:LIT_CHAR_LOWERCASE_S (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.h162 #define LIT_CHAR_LOWERCASE_S ((ecma_char_t) 's') macro
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers-date.c693 case LIT_CHAR_LOWERCASE_S: /* Seconds. */ in ecma_date_to_string_format()
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c483 case LIT_CHAR_LOWERCASE_S: in re_parse_char_escape()