Rafal Walczyna e64fc9aca9
Remove "arguments" and "caller" from specific functions (#3918)
As stated in ES 16.1, "arguments" and "caller" must not be created in:
- strict functions created using the Function constructor
- generator functions created using the Generator constructor
- async functions created using the AsyncFunction constructor
- functions created using the bind

JerryScript-DCO-1.0-Signed-off-by: Rafal Walczyna r.walczyna@samsung.com
2020-06-22 19:08:13 +02:00
..
2020-06-12 17:55:00 +02:00
2018-11-22 10:10:37 +01:00
2018-10-30 15:25:54 +01:00
2017-09-07 09:42:08 +09:00
2018-11-22 10:10:37 +01:00