Home
last modified time | relevance | path

Searched refs:LIT_CHAR_SLASH (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A 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()
H A Decma-builtin-json.c138 case LIT_CHAR_SLASH: in ecma_builtin_json_parse_string()
/third_party/jerryscript/jerry-core/parser/js/
H A 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/
H A Dre-parser.c653 && ch != LIT_CHAR_SLASH in re_parse_char_escape()

Completed in 7 milliseconds