Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers.c113 ecma_object_t *new_lexical_environment_p = ecma_alloc_object (); in ecma_create_decl_lex_env() local
116 new_lexical_environment_p->type_flags_refs = type; in ecma_create_decl_lex_env()
118 ecma_init_gc_info (new_lexical_environment_p); in ecma_create_decl_lex_env()
120 new_lexical_environment_p->u1.property_list_cp = JMEM_CP_NULL; in ecma_create_decl_lex_env()
122 ECMA_SET_POINTER (new_lexical_environment_p->u2.outer_reference_cp, outer_lexical_environment_p); in ecma_create_decl_lex_env()
124 return new_lexical_environment_p; in ecma_create_decl_lex_env()
152 ecma_object_t *new_lexical_environment_p = ecma_alloc_object (); in ecma_create_object_lex_env() local
154 new_lexical_environment_p->type_flags_refs = (uint16_t) (ECMA_OBJECT_FLAG_BUILT_IN_OR_LEXICAL_ENV | type); in ecma_create_object_lex_env()
156 ecma_init_gc_info (new_lexical_environment_p); in ecma_create_object_lex_env()
158 ECMA_SET_NON_NULL_POINTER (new_lexical_environment_p in ecma_create_object_lex_env()
[all...]

Completed in 2 milliseconds