Home
last modified time | relevance | path

Searched refs:ecma_stringbuilder_t (Results 1 – 19 of 19) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.h375 ecma_stringbuilder_t ecma_stringbuilder_create (void);
376 ecma_stringbuilder_t ecma_stringbuilder_create_from (ecma_string_t *string_p);
377 ecma_stringbuilder_t ecma_stringbuilder_create_raw (const lit_utf8_byte_t *data_p,
379 lit_utf8_size_t ecma_stringbuilder_get_size (ecma_stringbuilder_t *builder_p);
380 lit_utf8_byte_t *ecma_stringbuilder_get_data (ecma_stringbuilder_t *builder_p);
381 void ecma_stringbuilder_revert (ecma_stringbuilder_t *builder_p, const lit_utf8_size_t size);
382 void ecma_stringbuilder_append (ecma_stringbuilder_t *builder_p, const ecma_string_t *string_p);
383 void ecma_stringbuilder_append_magic (ecma_stringbuilder_t *builder_p, const lit_magic_string_id_t …
384 void ecma_stringbuilder_append_raw (ecma_stringbuilder_t *builder_p,
387 void ecma_stringbuilder_append_char (ecma_stringbuilder_t *builder_p, const ecma_char_t c);
[all …]
Decma-helpers-string.c2556 ecma_stringbuilder_t
2566 ecma_stringbuilder_t ret = {.header_p = header_p}; in ecma_stringbuilder_create()
2575 ecma_stringbuilder_t
2592 ecma_stringbuilder_t ret = {.header_p = header_p}; in ecma_stringbuilder_create_from()
2601 ecma_stringbuilder_t
2615 ecma_stringbuilder_t ret = {.header_p = header_p}; in ecma_stringbuilder_create_raw()
2625 ecma_stringbuilder_grow (ecma_stringbuilder_t *builder_p, /**< string builder */ in ecma_stringbuilder_grow()
2649 ecma_stringbuilder_get_size (ecma_stringbuilder_t *builder_p) /**< string builder */ in ecma_stringbuilder_get_size()
2663 ecma_stringbuilder_get_data (ecma_stringbuilder_t *builder_p) /**< string builder */ in ecma_stringbuilder_get_data()
2675 ecma_stringbuilder_revert (ecma_stringbuilder_t *builder_p, /**< string builder */ in ecma_stringbuilder_revert()
[all …]
Decma-globals.h1657 } ecma_stringbuilder_t; typedef
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.h73 ecma_stringbuilder_t builder; /**< result string builder */
203 ecma_stringbuilder_t indent_builder;
212 ecma_stringbuilder_t result_builder;
Decma-builtin-regexp-prototype.c115 ecma_stringbuilder_t builder = ecma_stringbuilder_create (); in ecma_builtin_regexp_prototype_get_flags()
147 ecma_stringbuilder_t builder = ecma_stringbuilder_create (); in ecma_op_escape_regexp_pattern()
570 ecma_stringbuilder_t builder = ecma_stringbuilder_create (); in ecma_builtin_regexp_prototype_to_string()
595 ecma_stringbuilder_t result = ecma_stringbuilder_create (); in ecma_builtin_regexp_prototype_to_string()
Decma-builtin-string.c197 ecma_stringbuilder_t builder = ecma_stringbuilder_create (); in ecma_builtin_string_object_raw()
290 ecma_stringbuilder_t builder = ecma_stringbuilder_create (); in ecma_builtin_string_object_from_code_point()
Decma-builtin-error-prototype.c124 ecma_stringbuilder_t builder = ecma_stringbuilder_create_from (name_string_p); in ecma_builtin_error_prototype_object_to_string()
Decma-builtin-json.c105 ecma_stringbuilder_t result_builder = ecma_stringbuilder_create (); in ecma_builtin_json_parse_string()
773 ecma_builtin_json_quote (ecma_stringbuilder_t *builder_p, /**< builder for the result */ in ecma_builtin_json_quote()
Decma-builtin-array-prototype.c185 ecma_stringbuilder_t builder = ecma_stringbuilder_create_from (first_string_p); in ecma_builtin_array_prototype_object_to_locale_string()
368 ecma_stringbuilder_t builder = ecma_stringbuilder_create_from (first_string_p); in ecma_builtin_array_prototype_join()
Decma-builtins.c842ecma_stringbuilder_t builder = ecma_stringbuilder_create_raw ((lit_utf8_byte_t *) "Symbol.", 7); in ecma_builtin_try_to_instantiate_property()
Decma-builtin-string-prototype.c211 ecma_stringbuilder_t builder = ecma_stringbuilder_create_from (this_string_p); in ecma_builtin_string_prototype_object_concat()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-symbol-object.c132 ecma_stringbuilder_t builder = ecma_stringbuilder_create_raw ((lit_utf8_byte_t *) ("Symbol("), 7); in ecma_get_symbol_descriptive_string()
Decma-exceptions.c260 ecma_stringbuilder_t builder = ecma_stringbuilder_create (); in ecma_raise_standard_error_with_format()
Decma-function-object.c190 ecma_stringbuilder_t builder = ecma_stringbuilder_create_from (str_p); in ecma_op_create_dynamic_function_arguments_helper()
Decma-regexp-object.c2091 ecma_stringbuilder_t builder = ecma_stringbuilder_create_from (flags_str_p); in ecma_regexp_split_helper()
/third_party/jerryscript/jerry-core/vm/
Dvm-utils.c59 ecma_stringbuilder_t func_name_builder; in vm_get_function_name_string()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c1145 ecma_stringbuilder_t builder = ecma_stringbuilder_create_from (first_string_p); in ecma_builtin_typedarray_prototype_join()
2110 ecma_stringbuilder_t builder = ecma_stringbuilder_create_from (return_string_p); in ecma_builtin_typedarray_prototype_to_locale_string()
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c1531 ecma_stringbuilder_t builder = ecma_stringbuilder_create (); in jerry_debugger_exception_object_to_string()
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c299 ecma_stringbuilder_t builder = ecma_stringbuilder_create_raw (str_p, 37); in static_snapshot_error_unsupported_literal()