Searched refs:LIT_CHAR_SLASH (Results 1 – 5 of 5) sorted by relevance
160 case LIT_CHAR_SLASH: in ecma_op_escape_regexp_pattern()571 ecma_stringbuilder_append_byte (&builder, LIT_CHAR_SLASH); in ecma_builtin_regexp_prototype_to_string()573 ecma_stringbuilder_append_byte (&builder, LIT_CHAR_SLASH); in ecma_builtin_regexp_prototype_to_string()596 ecma_stringbuilder_append_byte (&result, LIT_CHAR_SLASH); in ecma_builtin_regexp_prototype_to_string()598 ecma_stringbuilder_append_byte (&result, LIT_CHAR_SLASH); in ecma_builtin_regexp_prototype_to_string()
138 case LIT_CHAR_SLASH: in ecma_builtin_json_parse_string()
66 #define LIT_CHAR_SLASH ((ecma_char_t) '/') /* solidus */ macro
290 case LIT_CHAR_SLASH: in lexer_skip_spaces()295 if (context_p->source_p[1] == LIT_CHAR_SLASH) in lexer_skip_spaces()320 && context_p->source_p[1] == LIT_CHAR_SLASH) in lexer_skip_spaces()1742 LEXER_TYPE_B_TOKEN (LIT_CHAR_SLASH, LEXER_DIVIDE, LIT_CHAR_EQUALS, in lexer_next_token()2714 if (!in_class && source_p[0] == LIT_CHAR_SLASH) in lexer_construct_regexp_object()
653 && ch != LIT_CHAR_SLASH in re_parse_char_escape()