Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/vm/
Dopcodes.c964 … ecma_value_t proto_parent = ecma_op_object_get_by_magic_id (parent_p, LIT_MAGIC_STRING_PROTOTYPE); in opfunc_init_class() local
967 if (ECMA_IS_VALUE_ERROR (proto_parent)) in opfunc_init_class()
969 return proto_parent; in opfunc_init_class()
973 if (ecma_is_value_object (proto_parent)) in opfunc_init_class()
975 proto_parent_p = ecma_get_object_from_value (proto_parent); in opfunc_init_class()
978 else if (ecma_is_value_null (proto_parent)) in opfunc_init_class()
984 ecma_free_value (proto_parent); in opfunc_init_class()