Home
last modified time | relevance | path

Searched refs:ecma_stringbuilder_append_byte (Results 1 – 11 of 11) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-json.c141 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 …]
Decma-builtin-regexp-prototype.c127 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()
Decma-builtin-helpers.c881 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()
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/vm/
Dvm-utils.c85 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/
Decma-symbol-object.c134 ecma_stringbuilder_append_byte (&builder, LIT_CHAR_RIGHT_PAREN); in ecma_get_symbol_descriptive_string()
Decma-regexp-object.c2092 ecma_stringbuilder_append_byte (&builder, LIT_CHAR_LOWERCASE_Y); in ecma_regexp_split_helper()
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c1552 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/
Decma-helpers.h385 void ecma_stringbuilder_append_byte (ecma_stringbuilder_t *builder_p, const lit_utf8_byte_t);
Decma-helpers-string.c2625 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/
Decma-builtin-typedarray-prototype.c2115 ecma_stringbuilder_append_byte (&builder, LIT_CHAR_COMMA); in ecma_builtin_typedarray_prototype_to_locale_string()