Ruben Ayrapetyan
|
fb6e205d0d
|
Moving to replacement of on-stack ecma_object_t* with managed ecma_object_ptr_t.
|
2015-02-04 18:14:04 +03:00 |
|
Ruben Ayrapetyan
|
f37a5085f6
|
Converting ecma_completion_value_t to class derived from ecma_value_t with additional field with for completion type and related operations.
Completion value are now returned through ecma_completion_value_t &ret_value argument.
|
2015-01-30 23:16:45 +03:00 |
|
Ruben Ayrapetyan
|
57f645c18c
|
Passing ecma_value_t arguments by const reference instead of by value.
|
2015-01-23 20:22:21 +03:00 |
|
Ruben Ayrapetyan
|
005b5370fc
|
Switching to g++ and corresponding changes according to C++ requirements.
|
2015-01-16 17:27:02 +03:00 |
|
Ruben Ayrapetyan
|
a74c77a1d5
|
Arrangement of built-in objects implementation (description of built-ins with *.inc.h headers, reducing code duplication).
|
2014-10-29 15:46:31 +03:00 |
|