Allow error reporting during property creation in Array.prototype.filter (#4091)
In case of ES.next the Array.prototype.filter should raise an error if the property on the target array's data property creation fails. JerryScript-DCO-1.0-Signed-off-by: Peter Gal pgal.usz@partner.samsung.com
This commit is contained in:
@@ -167,8 +167,6 @@
|
||||
<test id="built-ins/Array/prototype/copyWithin/coerced-values-start-change-target.js"><reason></reason></test>
|
||||
<test id="built-ins/Array/prototype/filter/create-proto-from-ctor-realm-array.js"><reason></reason></test>
|
||||
<test id="built-ins/Array/prototype/filter/create-proto-from-ctor-realm-non-array.js"><reason></reason></test>
|
||||
<test id="built-ins/Array/prototype/filter/target-array-non-extensible.js"><reason></reason></test>
|
||||
<test id="built-ins/Array/prototype/filter/target-array-with-non-configurable-property.js"><reason></reason></test>
|
||||
<test id="built-ins/Array/prototype/flat/array-like-objects.js"><reason></reason></test>
|
||||
<test id="built-ins/Array/prototype/flat/bound-function-call.js"><reason></reason></test>
|
||||
<test id="built-ins/Array/prototype/flat/empty-array-elements.js"><reason></reason></test>
|
||||
|
||||
Reference in New Issue
Block a user