Daniel Balla
7717d2ee27
Change Promise properties to internal properties ( #2526 )
...
There was an issue in the Promise implementation where properties were accessible from JavaScript.
ie. `Object.defineProperty(Object.prototype, 0, {})` could modify properties which should've been inaccessible.
The reason behind that is somewhat interesting as 0-7 were the same values as the enum values in the property list of the Promise object.
Changing these properties to internal, makes them inaccessible from JS side.
Also some tests have been changed, namely 2490 and 2465.
The 2490 one got renamed, and all of the testcases from the issue have been added.
2465 got changed as well, since currently our Promise implementation can't display Promise errors, so we should check if an error is correctly returned.
Fixes #2490
Co-authored-by: Robert Fancsik <frobert@inf.u-szeged.hu>
JerryScript-DCO-1.0-Signed-off-by: Daniel Balla dballa@inf.u-szeged.hu
2018-09-24 13:49:41 +02:00
..
2018-08-28 15:28:16 +02:00
2018-09-24 13:49:41 +02:00
2018-09-24 13:49:41 +02:00
2016-12-08 06:39:11 +01:00
2018-02-28 05:47:56 +01:00
2016-12-08 06:39:11 +01:00
2018-02-28 05:47:56 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2017-03-22 14:18:43 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2017-03-22 14:18:43 +01:00
2017-03-22 14:18:43 +01:00
2017-03-22 14:18:43 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2017-03-22 14:18:43 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2017-03-22 14:18:43 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2018-02-28 05:47:56 +01:00
2016-12-08 06:39:11 +01:00
2018-02-28 05:47:56 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2017-01-16 13:43:54 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2017-03-22 14:18:43 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2018-02-28 05:47:56 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2017-03-22 14:18:43 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2017-08-10 08:27:27 +09:00
2017-04-03 08:44:46 +02:00
2017-09-06 10:56:29 +02:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2017-02-08 14:58:37 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2017-07-20 16:58:08 +09:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2017-01-16 13:43:54 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2017-01-27 15:31:27 +01:00
2017-02-03 15:16:49 +01:00
2017-02-27 11:19:29 +01:00
2017-02-10 08:10:20 +01:00
2017-02-06 10:19:31 +01:00
2017-02-06 15:50:43 +01:00
2017-04-03 13:05:29 +02:00
2017-03-09 15:03:46 +01:00
2017-03-14 10:01:22 +01:00
2017-03-16 17:03:42 +01:00
2017-05-19 14:49:38 +02:00
2017-05-22 13:01:22 +02:00
2017-05-22 13:17:08 +02:00
2017-05-30 10:57:32 +02:00
2017-07-20 10:26:51 +02:00
2017-08-02 08:19:48 +02:00
2017-09-07 09:42:08 +09:00
2017-09-04 10:25:19 +02:00
2017-08-31 08:55:51 +09:00
2017-10-27 12:32:29 +02:00
2017-08-30 09:07:26 +09:00
2017-09-21 09:58:15 +09:00
2017-11-10 15:13:08 +01:00
2017-10-30 14:53:22 +01:00
2017-11-09 21:12:29 +01:00
2017-11-28 11:30:10 +09:00
2017-11-17 20:00:45 +01:00
2018-01-31 09:27:32 +01:00
2018-02-01 15:09:53 +01:00
2018-02-19 16:57:45 +09:00
2018-02-16 09:02:03 +01:00
2018-02-19 16:57:45 +09:00
2018-05-28 10:13:17 +02:00
2018-05-28 10:13:17 +02:00
2018-04-09 13:27:16 +02:00
2018-06-11 16:25:53 +09:00
2018-06-11 10:20:57 +09:00
2018-06-18 09:31:13 +02:00
2018-06-21 08:38:17 +09:00
2018-06-23 10:02:14 +09:00
2018-09-04 10:47:28 +02:00
2018-09-04 10:47:28 +02:00
2018-09-04 10:47:28 +02:00
2018-08-21 13:51:40 +09:00
2018-09-14 12:04:47 +02:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2017-09-05 09:13:01 +09:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2017-02-15 15:57:55 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2016-12-08 06:39:11 +01:00
2018-06-12 04:38:35 +09:00
2016-12-08 06:39:11 +01:00