Home
last modified time | relevance | path

Searched refs:LIT_CHAR_DOLLAR_SIGN (Results 1 - 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A 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()
H A Decma-builtin-helpers-date.c603 if (*format_p != LIT_CHAR_DOLLAR_SIGN) in ecma_date_to_string_format()
/third_party/jerryscript/jerry-core/lit/
H A 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()
/third_party/jerryscript/jerry-core/parser/regexp/
H A 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/
H A 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()

Completed in 8 milliseconds