Adding ecma_is_lexical_environment_global helper.

This commit is contained in:
Ruben Ayrapetyan
2014-08-15 17:26:49 +04:00
parent 21a84afc4f
commit 04c6cb30c7
2 changed files with 29 additions and 0 deletions
+1
View File
@@ -53,6 +53,7 @@ extern void ecma_op_initialize_immutable_binding (ecma_object_t *lex_env_p,
ecma_value_t value);
extern ecma_object_t* ecma_op_create_global_environment (void);
extern bool ecma_is_lexical_environment_global (ecma_object_t *lex_env_p);
/**
* @}