Searched refs:key_p (Results 1 – 3 of 3) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-container-object.c | 694 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/ |
D | ecma-builtin-json.c | 861 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()
|
/third_party/glib/glib/ |
D | gscanner.c | 640 GScannerKey *key_p; in g_scanner_lookup_internal() local 654 key_p = g_hash_table_lookup (scanner->symbol_table, &key); in g_scanner_lookup_internal() 660 key_p = g_hash_table_lookup (scanner->symbol_table, &key); in g_scanner_lookup_internal() 663 return key_p; in g_scanner_lookup_internal()
|