Home
last modified time | relevance | path

Searched refs:LIT_CHAR_SLASH (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-regexp-prototype.c160 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()
Decma-builtin-json.c138 case LIT_CHAR_SLASH: in ecma_builtin_json_parse_string()
/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.h66 #define LIT_CHAR_SLASH ((ecma_char_t) '/') /* solidus */ macro
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.c290 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()
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c653 && ch != LIT_CHAR_SLASH in re_parse_char_escape()