Kristof Kosztyo
|
c8884a4561
|
Fix assert in the Date prototype
JerryScript-DCO-1.0-Signed-off-by: Kristof Kosztyo kkosztyo.u-szeged@partner.samsung.com
|
2015-08-13 22:09:07 +02:00 |
|
Zoltan Herczeg
|
5be41b44bb
|
Date toString methods follow the date format used by other JS engines:
new Date(0).toString () == "Thu Jan 01 1970 00:00:00 GMT+0000"
new Date(0).toUTCString () == "Thu, 01 Jan 1970 00:00:00 GMT"
new Date(0).toISOString () == "1970-01-01T00:00:00.000Z"
Fixes S15.5.4.7_A1_T11.js test case.
JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg@inf.u-szeged.hu
|
2015-08-13 06:25:17 -07:00 |
|
Roland Takacs
|
b5923ccd9d
|
Fix [[Construct]] call for Date()
JerryScript-DCO-1.0-Signed-off-by: Roland Takacs rtakacs.u-szeged@partner.samsung.com
|
2015-08-03 09:06:16 +02:00 |
|
Roland Takacs
|
144c3ba874
|
Fix assertion 'mem_pools == NULL' in the Date constructor.
JerryScript-DCO-1.0-Signed-off-by: Roland Takacs rtakacs.u-szeged@partner.samsung.com
|
2015-07-30 13:35:06 +02:00 |
|
Kristof Kosztyo
|
8cd1ade515
|
Fix primitive value handling in Date constructor
JerryScript-DCO-1.0-Signed-off-by: Kristof Kosztyo kkosztyo.u-szeged@partner.samsung.com
|
2015-07-29 15:08:55 +02:00 |
|
László Langó
|
9c559216b7
|
Primitive value of Date.prototype should be NaN
JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
|
2015-07-10 13:31:31 +02:00 |
|
Szilard Ledan
|
8d7cdebee0
|
Implement builtin getters for Date object
JerryScript-DCO-1.0-Signed-off-by: Szilard Ledan szledan.u-szeged@partner.samsung.com
|
2015-07-09 17:04:54 +02:00 |
|
László Langó
|
c12914c71a
|
Implement Date constructor.
JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
|
2015-07-08 11:07:23 +02:00 |
|