Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-regexp-prototype.c101 LIT_CHAR_LOWERCASE_G, in ecma_builtin_regexp_prototype_get_flags()
602 ecma_stringbuilder_append_byte (&result, LIT_CHAR_LOWERCASE_G); in ecma_builtin_regexp_prototype_to_string()
/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.h150 #define LIT_CHAR_LOWERCASE_G ((ecma_char_t) 'g') macro
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.c2782 if (source_p[0] == LIT_CHAR_LOWERCASE_G) in lexer_construct_regexp_object()