Searched refs:property_list_p (Results 1 – 3 of 3) sorted by relevance
894 if (context_p->property_list_p->item_count > 0) in ecma_builtin_json_serialize_object()896 property_keys_p = context_p->property_list_p; in ecma_builtin_json_serialize_object()985 if (context_p->property_list_p->item_count == 0) in ecma_builtin_json_serialize_object()1363 context.property_list_p = ecma_new_collection (); in ecma_builtin_json_string_from_object()1371 ecma_collection_free (context.property_list_p); in ecma_builtin_json_string_from_object()1394 context.property_list_p = ecma_new_collection (); in ecma_builtin_json_stringify()1420 ecma_collection_free (context.property_list_p); in ecma_builtin_json_stringify()1452 ecma_collection_free (context.property_list_p); in ecma_builtin_json_stringify()1469 if (!ecma_has_string_value_in_collection (context.property_list_p, string_p)) in ecma_builtin_json_stringify()1471 ecma_collection_push_back (context.property_list_p, item); in ecma_builtin_json_stringify()[all …]
253 …const ecma_builtin_property_descriptor_t *property_list_p = ecma_builtin_property_list_references[… in ecma_builtin_get_property_count() local255 const ecma_builtin_property_descriptor_t *curr_property_p = property_list_p; in ecma_builtin_get_property_count()262 return (size_t) (curr_property_p - property_list_p); in ecma_builtin_get_property_count()737 …const ecma_builtin_property_descriptor_t *property_list_p = ecma_builtin_property_list_references[… in ecma_builtin_try_to_instantiate_property() local739 const ecma_builtin_property_descriptor_t *curr_property_p = property_list_p; in ecma_builtin_try_to_instantiate_property()750 uint32_t index = (uint32_t) (curr_property_p - property_list_p); in ecma_builtin_try_to_instantiate_property()
197 ecma_collection_t *property_list_p; member