Searched refs:ecma_stringbuilder_append_byte (Results 1 – 11 of 11) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-json.c | 141 ecma_stringbuilder_append_byte (&result_builder, c); in ecma_builtin_json_parse_string() 147 ecma_stringbuilder_append_byte (&result_builder, LIT_CHAR_BS); in ecma_builtin_json_parse_string() 153 ecma_stringbuilder_append_byte (&result_builder, LIT_CHAR_FF); in ecma_builtin_json_parse_string() 159 ecma_stringbuilder_append_byte (&result_builder, LIT_CHAR_LF); in ecma_builtin_json_parse_string() 165 ecma_stringbuilder_append_byte (&result_builder, LIT_CHAR_CR); in ecma_builtin_json_parse_string() 171 ecma_stringbuilder_append_byte (&result_builder, LIT_CHAR_TAB); in ecma_builtin_json_parse_string() 781 ecma_stringbuilder_append_byte (builder_p, LIT_CHAR_DOUBLE_QUOTE); in ecma_builtin_json_quote() 793 ecma_stringbuilder_append_byte (builder_p, LIT_CHAR_BACKSLASH); in ecma_builtin_json_quote() 794 ecma_stringbuilder_append_byte (builder_p, c); in ecma_builtin_json_quote() 802 ecma_stringbuilder_append_byte (builder_p, LIT_CHAR_BACKSLASH); in ecma_builtin_json_quote() [all …]
|
D | ecma-builtin-regexp-prototype.c | 127 ecma_stringbuilder_append_byte (&builder, flag_chars[i]); in ecma_builtin_regexp_prototype_get_flags() 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() 602 ecma_stringbuilder_append_byte (&result, LIT_CHAR_LOWERCASE_G); in ecma_builtin_regexp_prototype_to_string() 607 ecma_stringbuilder_append_byte (&result, LIT_CHAR_LOWERCASE_I); in ecma_builtin_regexp_prototype_to_string() 612 ecma_stringbuilder_append_byte (&result, LIT_CHAR_LOWERCASE_M); in ecma_builtin_regexp_prototype_to_string()
|
D | ecma-builtin-helpers.c | 881 ecma_stringbuilder_append_byte (&(ctx_p->builder), LIT_CHAR_DOLLAR_SIGN); in ecma_builtin_replace_substitute() 995 ecma_stringbuilder_append_byte (&(ctx_p->builder), LIT_CHAR_DOLLAR_SIGN); in ecma_builtin_replace_substitute()
|
D | ecma-builtin-array-prototype.c | 192 ecma_stringbuilder_append_byte (&builder, LIT_CHAR_COMMA); in ecma_builtin_array_prototype_object_to_locale_string()
|
/third_party/jerryscript/jerry-core/vm/ |
D | vm-utils.c | 85 ecma_stringbuilder_append_byte (&func_name_builder, LIT_CHAR_COMMA); in vm_get_function_name_string() 86 ecma_stringbuilder_append_byte (&func_name_builder, LIT_CHAR_SP); in vm_get_function_name_string()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-symbol-object.c | 134 ecma_stringbuilder_append_byte (&builder, LIT_CHAR_RIGHT_PAREN); in ecma_get_symbol_descriptive_string()
|
D | ecma-regexp-object.c | 2092 ecma_stringbuilder_append_byte (&builder, LIT_CHAR_LOWERCASE_Y); in ecma_regexp_split_helper()
|
/third_party/jerryscript/jerry-core/debugger/ |
D | debugger.c | 1552 ecma_stringbuilder_append_byte (&builder, LIT_CHAR_COLON); in jerry_debugger_exception_object_to_string() 1553 ecma_stringbuilder_append_byte (&builder, LIT_CHAR_SP); in jerry_debugger_exception_object_to_string()
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers.h | 385 void ecma_stringbuilder_append_byte (ecma_stringbuilder_t *builder_p, const lit_utf8_byte_t);
|
D | ecma-helpers-string.c | 2625 ecma_stringbuilder_append_byte (ecma_stringbuilder_t *builder_p, /**< string builder */ in ecma_stringbuilder_append_byte() function
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ |
D | ecma-builtin-typedarray-prototype.c | 2115 ecma_stringbuilder_append_byte (&builder, LIT_CHAR_COMMA); in ecma_builtin_typedarray_prototype_to_locale_string()
|