Implementing case 3.b in PutValue operation.

This commit is contained in:
Ruben Ayrapetyan
2014-08-01 12:48:03 +04:00
parent a7b2aa1014
commit 8260cc0214
4 changed files with 46 additions and 7 deletions
@@ -25,6 +25,7 @@
* @{
*/
extern ecma_object_t* ecma_get_global_object(void);
extern ecma_object_t* ecma_op_create_global_object( void);
/**