Home
last modified time | relevance | path

Searched refs:key_p (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-container-object.c694 ecma_op_container_set_weak (ecma_object_t *const key_p, /**< key object */ in ecma_op_container_set_weak() argument
697 if (JERRY_UNLIKELY (ecma_op_object_is_fast_array (key_p))) in ecma_op_container_set_weak()
699 ecma_fast_array_convert_to_normal (key_p); in ecma_op_container_set_weak()
703 ecma_property_t *property_p = ecma_find_named_property (key_p, weak_refs_string_p); in ecma_op_container_set_weak()
708 ecma_property_value_t *value_p = ecma_create_named_data_property (key_p, in ecma_op_container_set_weak()
801 ecma_object_t *key_p = ecma_get_object_from_value (key_arg); in ecma_op_container_set() local
802 ecma_op_container_set_weak (key_p, map_object_p); in ecma_op_container_set()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-json.c861 ecma_string_t *key_p);
928 ecma_string_t *key_p = ecma_get_string_from_value (buffer_p[i]); in ecma_builtin_json_serialize_object() local
929 ecma_builtin_json_quote (&context_p->result_builder, key_p); in ecma_builtin_json_serialize_object()
938 result = ecma_builtin_json_serialize_property (context_p, obj_p, key_p); in ecma_builtin_json_serialize_object()
1120 ecma_string_t *key_p) /**< property key*/ in ecma_builtin_json_serialize_property() argument
1123 ecma_value_t value = ecma_op_object_get (holder_p, key_p); in ecma_builtin_json_serialize_property()
1147 ecma_value_t key_value = ecma_make_string_value (key_p); in ecma_builtin_json_serialize_property()
1169 ecma_value_t key_value = ecma_make_string_value (key_p); in ecma_builtin_json_serialize_property()