Szilagyi Adam
ff47c84bc4
Rework Object's [[OwnPropertyKeys]] ( #4001 )
...
I've removed the ecma_op_object_get_property_names method, and implemented the following ones:
- ecma_op_object_own_property_keys: this is now the internal [[OwnPropertyKeys]] method
- ecma_op_object_enumerate: this is used for the for-in iterator
- ecma_object_sort_property_names: this is used for sorting the property names of an object
- ecma_object_list_lazy_property_names: this is for getting the lazy instantiated properties
- ecma_object_prop_name_is_duplicated: this is for checking if a given property is duplicated in an object
Also the for-in operation with Proxy object works with this patch, #3992 should be closed
JerryScript-DCO-1.0-Signed-off-by: Adam Szilagyi aszilagy@inf.u-szeged.hu
2020-07-27 11:37:04 +02:00
..
2020-07-24 12:54:54 +02:00
2020-07-24 12:54:54 +02:00
2020-06-12 17:55:00 +02:00
2020-06-12 17:55:00 +02:00
2020-06-12 17:55:00 +02:00
2020-07-27 11:37:04 +02:00
2020-07-24 12:54:54 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2020-07-20 16:36:27 +02:00
2020-06-30 13:54:50 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2020-07-03 11:04:27 +02:00
2020-07-03 11:04:27 +02:00
2020-07-20 16:36:27 +02:00
2020-07-03 11:04:27 +02:00
2020-07-20 16:36:27 +02:00
2020-06-22 13:54:18 +02:00
2020-07-20 16:36:27 +02:00
2020-06-22 13:54:18 +02:00
2020-06-22 13:54:18 +02:00
2020-06-22 13:54:18 +02:00
2020-07-03 11:04:27 +02:00
2020-07-03 11:04:27 +02:00
2020-07-03 15:06:49 +02:00
2019-04-09 10:14:46 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2020-07-20 16:36:27 +02:00
2020-06-30 13:54:50 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2020-07-24 12:54:54 +02:00
2020-07-24 12:54:54 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2020-01-10 15:40:00 +01:00
2017-03-23 09:36:29 +01:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2020-07-20 16:36:27 +02:00
2019-10-21 13:46:29 +02:00
2020-06-12 17:55:00 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2020-07-20 16:36:27 +02:00
2020-06-17 11:23:53 +02:00
2020-06-12 17:55:00 +02:00
2020-06-12 17:55:00 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2020-07-06 08:12:07 +02:00
2020-07-20 16:36:27 +02:00
2020-07-27 11:37:04 +02:00
2020-06-12 17:55:00 +02:00
2020-06-12 17:55:00 +02:00
2020-07-22 13:33:07 +02:00
2020-07-27 11:37:04 +02:00
2020-07-27 11:37:04 +02:00
2020-07-20 16:36:27 +02:00
2020-07-24 12:54:54 +02:00
2020-07-24 12:54:54 +02:00
2020-06-12 17:55:00 +02:00
2020-06-12 17:55:00 +02:00
2020-07-27 11:37:04 +02:00
2020-06-12 17:55:00 +02:00
2020-06-12 17:55:00 +02:00
2020-06-12 17:55:00 +02:00
2020-07-20 16:36:27 +02:00
2020-07-24 12:54:54 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2020-07-24 15:55:12 +02:00
2019-07-17 14:10:20 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2020-07-20 16:36:27 +02:00
2020-03-27 14:46:51 +01:00
2020-07-27 11:37:04 +02:00
2020-03-27 14:46:51 +01:00
2020-07-14 15:59:40 +02:00
2020-07-24 12:54:16 +02:00
2020-07-24 12:54:16 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2020-07-27 11:37:04 +02:00
2020-06-12 17:55:00 +02:00
2020-07-24 13:42:57 +02:00
2020-07-24 13:42:57 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2020-06-12 17:55:00 +02:00
2020-06-12 17:55:00 +02:00
2020-07-20 16:36:27 +02:00
2020-07-24 12:54:54 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2020-07-24 12:54:54 +02:00
2020-07-24 11:24:18 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2020-07-20 16:36:27 +02:00
2020-07-20 13:47:25 +02:00
2020-07-20 16:36:27 +02:00
2020-06-25 17:11:16 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2020-07-20 16:36:27 +02:00
2017-03-23 09:36:29 +01:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2020-07-20 16:36:27 +02:00
2020-06-17 16:07:02 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2020-07-20 16:36:27 +02:00
2020-06-17 16:07:02 +02:00
2020-07-20 16:36:27 +02:00
2020-06-12 17:55:00 +02:00
2020-07-20 16:36:27 +02:00
2020-07-27 11:37:04 +02:00
2020-07-27 11:37:04 +02:00
2020-07-03 11:04:27 +02:00