Home
last modified time | relevance | path

Searched refs:LIT_CHAR_BS (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.h53 #define LIT_CHAR_BS ((ecma_char_t) 0x0008) /* backspace */ macro
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-json.c147 ecma_stringbuilder_append_byte (&result_builder, LIT_CHAR_BS); in ecma_builtin_json_parse_string()
805 case LIT_CHAR_BS: in ecma_builtin_json_quote()
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c997 current = LIT_CHAR_BS; in re_parse_char_class()