Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/vm/
Dopcodes.c938 ecma_object_t *proto_parent_p = NULL; in opfunc_init_class() local
950 proto_parent_p = ecma_builtin_get (ECMA_BUILTIN_ID_OBJECT_PROTOTYPE); in opfunc_init_class()
975 proto_parent_p = ecma_get_object_from_value (proto_parent); in opfunc_init_class()
980 proto_parent_p = NULL; in opfunc_init_class()
993 ecma_object_t *proto_p = ecma_create_object (proto_parent_p, 0, ECMA_OBJECT_TYPE_GENERAL); in opfunc_init_class()
1000 ecma_deref_object (proto_parent_p); in opfunc_init_class()