Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
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-json.c105 ecma_stringbuilder_t result_builder = ecma_stringbuilder_create (); in ecma_builtin_json_parse_string()
1332 context_p->result_builder = ecma_stringbuilder_create (); in ecma_builtin_json_str_helper()
1362 context.indent_builder = ecma_stringbuilder_create (); in ecma_builtin_json_string_from_object()
1579 context.indent_builder = ecma_stringbuilder_create (); in ecma_builtin_json_stringify()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-exceptions.c260 ecma_stringbuilder_t builder = ecma_stringbuilder_create (); in ecma_raise_standard_error_with_format()
Decma-regexp-object.c2551 ctx_p->builder = ecma_stringbuilder_create (); in ecma_regexp_replace_helper_fast()
2971 replace_ctx.builder = ecma_stringbuilder_create (); in ecma_regexp_replace_helper()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.h375 ecma_stringbuilder_t ecma_stringbuilder_create (void);
Decma-helpers-string.c2557 ecma_stringbuilder_create (void) in ecma_stringbuilder_create() function
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c1531 ecma_stringbuilder_t builder = ecma_stringbuilder_create (); in jerry_debugger_exception_object_to_string()