Ruben Ayrapetyan
|
815309c7e9
|
Introducing ecma_get_[type]_from_value, ecma_get_[type]_from_completion_value and ecma_get_completion_value_value interfaces.
|
2014-11-27 14:19:53 +03:00 |
|
Ruben Ayrapetyan
|
7b3eaf146b
|
Introducing ecma_is_value_{number,string,object} for checking type of ecma-value.
|
2014-11-20 14:21:33 +03:00 |
|
Ruben Ayrapetyan
|
477a694622
|
Introducing ECMA_GET_NON_NULL_POINTER macro that is ECMA_GET_POINTER without NULL pointer check.
Replacing invocations of ECMA_GET_POINTER passing non-NULL argument with introduced ECMA_GET_NON_NULL_POINTER.
|
2014-11-13 19:09:13 +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 |
|