Searched refs:value_str_p (Results 1 – 2 of 2) sorted by relevance
1244 ecma_string_t *value_str_p = ecma_get_string_from_value (value); in ecma_builtin_json_serialize_property() local1246 ecma_builtin_json_quote (&context_p->result_builder, value_str_p); in ecma_builtin_json_serialize_property()1247 ecma_deref_ecma_string (value_str_p); in ecma_builtin_json_serialize_property()1508 ecma_string_t *value_str_p = ecma_op_to_string (arg3); in ecma_builtin_json_stringify() local1510 if (JERRY_UNLIKELY (value_str_p == NULL)) in ecma_builtin_json_stringify()1516 space = ecma_make_string_value (value_str_p); in ecma_builtin_json_stringify()
345 …ecma_string_t *value_str_p = ecma_get_magic_string (LIT_INTERNAL_MAGIC_STRING_PROMISE_PROPERTY_VAL… in ecma_builtin_promise_perform_all() local439 value_str_p, in ecma_builtin_promise_perform_all()