Ruben Ayrapetyan
|
448b67f6dd
|
Fixing memory leak and type of completion value in implementation of Object.defineProperty built-in.
|
2014-09-25 14:21:57 +04:00 |
|
Ruben Ayrapetyan
|
679d86dc8f
|
Passing 'this' argument to built-in routines.
|
2014-09-24 23:19:32 +04:00 |
|
Ruben Ayrapetyan
|
25ec2bea17
|
Refactoring function call operations to return 'normal' completion values instead of 'return' completion values. Removing ECMA_FUNCTION_CALL macro.
|
2014-09-24 14:27:27 +04:00 |
|
Ruben Ayrapetyan
|
ae244f0148
|
Common built-in object's constructor.
|
2014-09-23 15:29:08 +04:00 |
|
Ruben Ayrapetyan
|
1fed738217
|
Replacing ecma_builtin_is_*_object interfaces with ecma_builtin_is (object, builtin_id), and ecma_builtin_get_*_object with ecma_builtin_get (builtin_id).
|
2014-09-22 21:46:26 +04:00 |
|
Ruben Ayrapetyan
|
49486757ca
|
Implementing 'Object.defineProperty' built-in routine.
|
2014-09-22 20:07:29 +04:00 |
|
Ruben Ayrapetyan
|
a287406e1f
|
Implementing 'new Object(...)' built-in constructor.
|
2014-09-22 18:19:34 +04:00 |
|
Ruben Ayrapetyan
|
d7314a7300
|
Adding stubs for the Object object.
|
2014-09-22 15:56:50 +04:00 |
|