Update "arguments" and "caller" properties of function object to conform ES6 changes (#3530)

This patch resolves #3393.

JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
This commit is contained in:
Robert Fancsik
2020-01-23 15:53:37 +01:00
committed by GitHub
parent b7a2a153aa
commit 3c5fb342be
9 changed files with 98 additions and 4 deletions
@@ -19,6 +19,7 @@
#if ENABLED (JERRY_ES2015)
#undef SYMBOL_VALUE
#undef INTRINSIC_PROPERTY
#undef ACCESSOR_BUILTIN_FUNCTION_OBJECT
#endif /* ENABLED (JERRY_ES2015) */
#undef OBJECT_VALUE
#undef ROUTINE