Searched refs:accessor_objs_p (Results 1 – 3 of 3) sorted by relevance
207 ecma_property_value_t* accessor_objs_p = pair->values + i; in DumpPropertyPair() local209 ecma_get_named_accessor_property(accessor_objs_p); in DumpPropertyPair()
1084 ecma_property_value_t *accessor_objs_p = property_pair_p->values + index; in opfunc_set_class_attributes() local1086 …ecma_getter_setter_pointers_t *get_set_pair_p = ecma_get_named_accessor_property (accessor_objs_p); in opfunc_set_class_attributes()
207 ecma_property_value_t *accessor_objs_p = property_pair_p->values + index; in ecma_gc_mark_properties() local209 …ecma_getter_setter_pointers_t *get_set_pair_p = ecma_get_named_accessor_property (accessor_objs_p); in ecma_gc_mark_properties()