Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c3127 …ecma_object_t *new_proto_p = ecma_is_value_null (proto) ? NULL : ecma_get_object_from_value (proto… in ecma_op_ordinary_object_set_prototype_of() local
3130 if (new_proto_p == current_proto_p) in ecma_op_ordinary_object_set_prototype_of()
3142 ecma_object_t *iter_p = new_proto_p; in ecma_op_ordinary_object_set_prototype_of()
3172 ECMA_SET_POINTER (obj_p->u2.prototype_cp, new_proto_p); in ecma_op_ordinary_object_set_prototype_of()