Home
last modified time | relevance | path

Searched refs:ecma_stringbuilder_append (Results 1 – 17 of 17) sorted by relevance

/third_party/jerryscript/jerry-core/vm/
Dvm-utils.c83 ecma_stringbuilder_append (&func_name_builder, lbracket); in vm_get_function_name_string()
84 ecma_stringbuilder_append (&func_name_builder, rbracket); in vm_get_function_name_string()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-regexp-prototype.c572 ecma_stringbuilder_append (&builder, source_p); in ecma_builtin_regexp_prototype_to_string()
574 ecma_stringbuilder_append (&builder, flags_p); in ecma_builtin_regexp_prototype_to_string()
597 ecma_stringbuilder_append (&result, source_p); in ecma_builtin_regexp_prototype_to_string()
Decma-builtin-string.c223 ecma_stringbuilder_append (&builder, next_seg_srt_p); in ecma_builtin_string_object_raw()
252 ecma_stringbuilder_append (&builder, next_sub_p); in ecma_builtin_string_object_raw()
Decma-builtin-error-prototype.c127 ecma_stringbuilder_append (&builder, msg_string_p); in ecma_builtin_error_prototype_object_to_string()
Decma-builtin-json.c887 ecma_stringbuilder_append (&context_p->indent_builder, context_p->gap_str_p); in ecma_builtin_json_serialize_object()
1024 ecma_stringbuilder_append (&context_p->indent_builder, context_p->gap_str_p); in ecma_builtin_json_serialize_array()
1263 ecma_stringbuilder_append (&context_p->result_builder, result_string_p); in ecma_builtin_json_serialize_property()
Decma-builtin-helpers.c895 ecma_stringbuilder_append (&(ctx_p->builder), ecma_get_string_from_value (match_value)); in ecma_builtin_replace_substitute()
986ecma_stringbuilder_append (&(ctx_p->builder), ecma_get_string_from_value (capture_value)); in ecma_builtin_replace_substitute()
Decma-builtin-string-prototype.c225 ecma_stringbuilder_append (&builder, get_arg_string_p); in ecma_builtin_string_prototype_object_concat()
520 ecma_stringbuilder_append (&replace_ctx.builder, result_str_p); in ecma_builtin_string_prototype_object_replace()
Decma-builtin-array-prototype.c202 ecma_stringbuilder_append (&builder, next_string_p); in ecma_builtin_array_prototype_object_to_locale_string()
375 ecma_stringbuilder_append (&builder, separator_string_p); in ecma_builtin_array_prototype_join()
387 ecma_stringbuilder_append (&builder, next_string_p); in ecma_builtin_array_prototype_join()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-symbol-object.c133 ecma_stringbuilder_append (&builder, string_desc_p); in ecma_get_symbol_descriptive_string()
Decma-exceptions.c303 ecma_stringbuilder_append (&builder, arg_string_p); in ecma_raise_standard_error_with_format()
Decma-function-object.c204 ecma_stringbuilder_append (&builder, str_p); in ecma_op_create_dynamic_function_arguments_helper()
Decma-regexp-object.c2616 ecma_stringbuilder_append (&(ctx_p->builder), replace_result_p); in ecma_regexp_replace_helper_fast()
3155 ecma_stringbuilder_append (&replace_ctx.builder, replace_result_p); in ecma_regexp_replace_helper()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c1153 ecma_stringbuilder_append (&builder, separator_string_p); in ecma_builtin_typedarray_prototype_join()
1165 ecma_stringbuilder_append (&builder, next_string_p); in ecma_builtin_typedarray_prototype_join()
2125 ecma_stringbuilder_append (&builder, next_element_p); in ecma_builtin_typedarray_prototype_to_locale_string()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.h382 void ecma_stringbuilder_append (ecma_stringbuilder_t *builder_p, const ecma_string_t *string_p);
Decma-helpers-string.c2697 ecma_stringbuilder_append (ecma_stringbuilder_t *builder_p, /**< string builder */ in ecma_stringbuilder_append() function
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c1554 ecma_stringbuilder_append (&builder, ecma_get_string_from_value (prop_value_p->value)); in jerry_debugger_exception_object_to_string()
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c306 ecma_stringbuilder_append (&builder, literal_string_p); in static_snapshot_error_unsupported_literal()