Home
last modified time | relevance | path

Searched refs:accessor_objs_p (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ext/
Dheapdump.c207 ecma_property_value_t* accessor_objs_p = pair->values + i; in DumpPropertyPair() local
209 ecma_get_named_accessor_property(accessor_objs_p); in DumpPropertyPair()
/third_party/jerryscript/jerry-core/vm/
Dopcodes.c1084 ecma_property_value_t *accessor_objs_p = property_pair_p->values + index; in opfunc_set_class_attributes() local
1086 …ecma_getter_setter_pointers_t *get_set_pair_p = ecma_get_named_accessor_property (accessor_objs_p); in opfunc_set_class_attributes()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-gc.c207 ecma_property_value_t *accessor_objs_p = property_pair_p->values + index; in ecma_gc_mark_properties() local
209 …ecma_getter_setter_pointers_t *get_set_pair_p = ecma_get_named_accessor_property (accessor_objs_p); in ecma_gc_mark_properties()