Improve arguments object (#4145)
- Enhancement: Arguments object properties are now lazy instantiated - Bugfix: Mapped arguments object instantiated properties cannot be lcached - Bugfix: Mapped arguments should be constructed even if 0 formal parameters or arguments are provided - Update: remove 'caller' property of unmapped arguments object JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
This commit is contained in:
@@ -120,7 +120,6 @@ fn_expr = function (a, b, c)
|
||||
}
|
||||
}
|
||||
|
||||
check_type_error_for_property (arguments, 'caller');
|
||||
check_type_error_for_property (arguments, 'callee');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user