Storing global envorinment on global object's SCOPE internal property

This commit is contained in:
Ilyong Cho
2015-04-03 16:11:03 +09:00
parent c81651dbe9
commit 7b5764c445
2 changed files with 26 additions and 0 deletions
@@ -66,6 +66,7 @@ extern void ecma_op_initialize_immutable_binding (ecma_object_t *lex_env_p,
const ecma_value_t& value);
extern ecma_object_t* ecma_op_create_global_environment (ecma_object_t *glob_obj_p);
extern ecma_object_t* ecma_get_globl_lexical_environment ();
extern bool ecma_is_lexical_environment_global (ecma_object_t *lex_env_p);
/**