Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the Function.prototype object's length proprety (#5)
According to https://www.ecma-international.org/ecma-262/6.0/#sec-properties-of-the-function-prototype-object the Function.prototype object's length property should always be 0. This issue was found by running jerryscript-project/jerryscript#642. Co-authored-by: Robert Fancsik <[email protected]> Signed-off-by: Daniel Balla [email protected]
- Loading branch information