Ruben Ayrapetyan
|
e9a632ea4e
|
Fixing sign of converted number in ecma_zt_string_to_number.
|
2014-10-14 19:11:11 +04:00 |
|
Ruben Ayrapetyan
|
d44b13e0cd
|
Adding magic strings for the Global object's properties names.
|
2014-09-19 17:45:52 +04:00 |
|
Ruben Ayrapetyan
|
7fc3b178d8
|
Introducing ecma_is_string_magic, ecma_init and ecma_finalize interfaces, 'magic-string' container type for ecma-strings. Renaming ecma_is_magic_string to ecma_is_zt_string_magic. Moving magic-string related routines to ecma-helpers-string.c.
|
2014-09-19 12:08:19 +04:00 |
|
Ruben Ayrapetyan
|
76de0e9a06
|
Improving precision of ecma_number_to_string in case number can be represented as UInt32.
|
2014-09-03 15:05:58 +04:00 |
|
Ruben Ayrapetyan
|
3dc9a5838a
|
Fixing ecma_uint32_to_string helper.
|
2014-09-02 21:55:04 +04:00 |
|
Ruben Ayrapetyan
|
813831a23b
|
Decimal conversion of Number to zt-string (still not precise enough). Zt-string copy and length calculation helpers.
|
2014-09-01 21:12:02 +04:00 |
|
Ruben Ayrapetyan
|
e35f54fe86
|
Implementing ECMA String to Number conversion helper.
|
2014-08-29 22:46:38 +04:00 |
|
Ruben Ayrapetyan
|
23b62bce54
|
Replacing doxygen header for ECMA modules 'addtogroup ecma ---TODO---' -> 'addtogroup ecma ECMA'.
|
2014-08-29 18:35:44 +04:00 |
|
Ruben Ayrapetyan
|
8998189bc0
|
Storing Number as UInt32 in ecma-string if the Number may be represented as UInt32. Calculating length for Number-represented ecma-strings in ecma-string constructor. loop_arithmetics_1kk.js: 2.9112 -> 2.8536.
|
2014-08-25 20:03:33 +04:00 |
|
e.gavrin
|
7dea812364
|
Add shift opcodes handlers
|
2014-08-21 21:39:05 +04:00 |
|
Ruben Ayrapetyan
|
616c96d3bb
|
Implementing ecma_string_to_zt_string for number-represented string and strings that are stored in literal table
|
2014-08-21 16:46:45 +04:00 |
|
Ruben Ayrapetyan
|
a96705701d
|
Implementing prototype of ToString (Number) routine - ecma_number_to_zt_string; adding unit tests for the routine.
|
2014-08-21 14:43:43 +04:00 |
|
Ruben Ayrapetyan
|
15b65a27fb
|
Moving type conversion helpers from libecmaoperations to libecmaobjects.
|
2014-08-18 16:26:22 +04:00 |
|