Fix attributes of length property for builtin objects (#3556)
* length property has the attributes {[[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true} based on ECMA-262 v6, 19.2.4.1
JerryScript-DCO-1.0-Signed-off-by: HyukWoo Park hyukwoo.park@samsung.com
This commit is contained in:
@@ -1110,7 +1110,6 @@
|
||||
./15/15.03/15.03.03/15.03.03.01/15.03.03.01-002.js
|
||||
./15/15.03/15.03.03/15.03.03.01/15.03.03.01-003.js
|
||||
./15/15.03/15.03.03/15.03.03.01/15.03.03.01-004.js
|
||||
./15/15.03/15.03.03/15.03.03.02/15.03.03.02-001.js
|
||||
./15/15.03/15.03.04/15.03.04.02/15.03.04.02-001.js
|
||||
./15/15.03/15.03.04/15.03.04.02/15.03.04.02-002.js
|
||||
./15/15.03/15.03.04/15.03.04.02/15.03.04.02-003.js
|
||||
|
||||
Reference in New Issue
Block a user