Home
last modified time | relevance | path

Searched refs:LIT_CHAR_DOLLAR_SIGN (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c864 if (*curr_p++ == LIT_CHAR_DOLLAR_SIGN) in ecma_builtin_replace_substitute()
879 case LIT_CHAR_DOLLAR_SIGN: in ecma_builtin_replace_substitute()
881 ecma_stringbuilder_append_byte (&(ctx_p->builder), LIT_CHAR_DOLLAR_SIGN); in ecma_builtin_replace_substitute()
995 ecma_stringbuilder_append_byte (&(ctx_p->builder), LIT_CHAR_DOLLAR_SIGN); in ecma_builtin_replace_substitute()
Decma-builtin-helpers-date.c603 if (*format_p != LIT_CHAR_DOLLAR_SIGN) in ecma_date_to_string_format()
/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.c217 || code_point == LIT_CHAR_DOLLAR_SIGN in lit_code_point_is_identifier_start()
248 || code_point == LIT_CHAR_DOLLAR_SIGN in lit_code_point_is_identifier_part()
Dlit-char-helpers.h72 #define LIT_CHAR_DOLLAR_SIGN ((ecma_char_t) '$') /* dollar sign */ macro
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c408 || cp == LIT_CHAR_DOLLAR_SIGN in re_is_syntax_char()
692 case LIT_CHAR_DOLLAR_SIGN: in re_parse_next_token()
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.c1120 source_p[0] == LIT_CHAR_DOLLAR_SIGN && in lexer_parse_string()
2277 if (source_p[0] == LIT_CHAR_DOLLAR_SIGN in lexer_convert_literal_to_chars()