Ruben Ayrapetyan
|
299c94ee85
|
Implementation of general objects' [[GetOwnProperty]], [[GetProperty]], [[CanPut]], [[HasProperty]], [[Delete]]; partial implementation of general objects' [[Get]], [[Put]], [[DefineOwnProperty]].
|
2014-07-29 14:32:01 +04:00 |
|
Ruben Ayrapetyan
|
cae07c0832
|
Implementing stubs for ecma objects' common internal properties and methods (ECMA-262 v5, Table 8).
|
2014-07-28 18:16:05 +04:00 |
|
Ruben Ayrapetyan
|
b2ae827fbd
|
Partially implementing ECMA 'Absract relational comparison' (11.8.5).
|
2014-07-24 20:31:57 +04:00 |
|
Ruben Ayrapetyan
|
826c6aeca2
|
Implementing is_false_jmp, is_true_jmp opcodes.
|
2014-07-23 21:58:15 +04:00 |
|
Ruben Ayrapetyan
|
bc0c7824c2
|
Renaming ecma_* identifiers from 'camelCase' to 'underscore_naming'.
|
2014-07-23 12:54:56 +04:00 |
|
Ruben Ayrapetyan
|
9b2b248728
|
Partially implementing ToNumber operation.
|
2014-07-21 20:36:08 +04:00 |
|
Ruben Ayrapetyan
|
7e87a1fde0
|
Implementing CheckObjectCoercible operation and partial stubs for ToPrimitive and ToObject operations.
|
2014-07-21 19:58:04 +04:00 |
|