Adding ecma_is_lexical_environment_global helper.
This commit is contained in:
@@ -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);
|
||||
|
||||
/**
|
||||
* @}
|
||||
|
||||
Reference in New Issue
Block a user