Searched refs:LIT_CHAR_DOLLAR_SIGN (Results 1 – 6 of 6) sorted by relevance
864 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()
603 if (*format_p != LIT_CHAR_DOLLAR_SIGN) in ecma_date_to_string_format()
217 || 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()
72 #define LIT_CHAR_DOLLAR_SIGN ((ecma_char_t) '$') /* dollar sign */ macro
408 || cp == LIT_CHAR_DOLLAR_SIGN in re_is_syntax_char()692 case LIT_CHAR_DOLLAR_SIGN: in re_parse_next_token()
1120 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()