Home
last modified time | relevance | path

Searched refs:proto_env_p (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/vm/
H A Dopcodes.c1021 ecma_object_t *proto_env_p = ecma_create_object_lex_env (frame_ctx_p->lex_env_p, in opfunc_init_class() local
1025 ECMA_SET_NON_NULL_POINTER_TAG (((ecma_extended_object_t *) ctor_p)->u.function.scope_cp, proto_env_p, 0); in opfunc_init_class()
1033 ecma_deref_object (proto_env_p); in opfunc_init_class()
1149 ecma_object_t *proto_env_p = ecma_create_object_lex_env (class_env_p, in opfunc_finalize_class() local
1154 opfunc_set_class_attributes (proto_p, proto_env_p); in opfunc_finalize_class()
1156 ecma_deref_object (proto_env_p); in opfunc_finalize_class()

Completed in 3 milliseconds