Searched refs:global_scope_p (Results 1 – 2 of 2) sorted by relevance
92 ecma_object_t *global_scope_p = ecma_create_decl_lex_env (ecma_get_global_environment ()); in ecma_create_global_lexical_block() local93 global_scope_p->type_flags_refs |= (uint16_t) ECMA_OBJECT_FLAG_BLOCK; in ecma_create_global_lexical_block()94 ECMA_SET_NON_NULL_POINTER (JERRY_CONTEXT (ecma_global_scope_cp), global_scope_p); in ecma_create_global_lexical_block()
318 ecma_object_t *const global_scope_p = ecma_get_global_scope (); in vm_run_global() local327 ecma_ref_object (global_scope_p); in vm_run_global()328 module_p->scope_p = global_scope_p; in vm_run_global()343 global_scope_p, in vm_run_global()