Home
last modified time | relevance | path

Searched refs:LIT_CHAR_COMMA (Results 1 – 8 of 8) sorted by relevance

/third_party/jerryscript/jerry-core/vm/
Dvm-utils.c85 ecma_stringbuilder_append_byte (&func_name_builder, LIT_CHAR_COMMA); in vm_get_function_name_string()
/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.h90 #define LIT_CHAR_COMMA ((ecma_char_t) ',') /* comma */ macro
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-json.c350 case LIT_CHAR_COMMA: in ecma_builtin_json_parse_next_token()
951 ecma_stringbuilder_append_byte (&context_p->result_builder, LIT_CHAR_COMMA); in ecma_builtin_json_serialize_object()
1085 ecma_stringbuilder_append_byte (&context_p->result_builder, LIT_CHAR_COMMA); in ecma_builtin_json_serialize_array()
Decma-builtin-array-prototype.c192 ecma_stringbuilder_append_byte (&builder, LIT_CHAR_COMMA); in ecma_builtin_array_prototype_object_to_locale_string()
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.c1544 LEXER_TYPE_A_TOKEN (LIT_CHAR_COMMA, LEXER_COMMA); in lexer_next_token()
1932 if (context_p->source_p[0] == LIT_CHAR_COMMA) in lexer_check_arrow_param()
2990 && context_p->source_p[0] != LIT_CHAR_COMMA in lexer_expect_object_literal_id()
3155 || context_p->source_p[0] == LIT_CHAR_COMMA in lexer_check_property_modifier()
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c309 else if (ch == LIT_CHAR_COMMA) in re_parse_quantifier()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.c203 ecma_stringbuilder_append_char (&builder, LIT_CHAR_COMMA); in ecma_op_create_dynamic_function_arguments_helper()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c2115 ecma_stringbuilder_append_byte (&builder, LIT_CHAR_COMMA); in ecma_builtin_typedarray_prototype_to_locale_string()