Searched refs:gap_str_p (Results 1 – 2 of 2) sorted by relevance
887 ecma_stringbuilder_append (&context_p->indent_builder, context_p->gap_str_p); in ecma_builtin_json_serialize_object()889 …const bool has_gap = !ecma_compare_ecma_string_to_magic_id (context_p->gap_str_p, LIT_MAGIC_STRING… 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()1027 …const bool has_gap = !ecma_compare_ecma_string_to_magic_id (context_p->gap_str_p, LIT_MAGIC_STRING… in ecma_builtin_json_serialize_array()1334 if (!ecma_compare_ecma_string_to_magic_id (context_p->gap_str_p, LIT_MAGIC_STRING__EMPTY)) in ecma_builtin_json_str_helper()1365 context.gap_str_p = ecma_get_magic_string (LIT_MAGIC_STRING__EMPTY); in ecma_builtin_json_string_from_object()1369 ecma_deref_ecma_string (context.gap_str_p); in ecma_builtin_json_string_from_object()1540 context.gap_str_p = ecma_get_magic_string (LIT_MAGIC_STRING__EMPTY); in ecma_builtin_json_stringify()1547 context.gap_str_p = ecma_new_ecma_string_from_utf8 ((lit_utf8_byte_t *) space_buff, in ecma_builtin_json_stringify()1562 context.gap_str_p = space_str_p; in ecma_builtin_json_stringify()[all …]
206 ecma_string_t *gap_str_p; member