diff --git a/spec.html b/spec.html index 35eedc5f86..980a880708 100644 --- a/spec.html +++ b/spec.html @@ -7902,7 +7902,7 @@

ArrayCreate ( _length_ [ , _proto_ ] )

1. If _length_ > 232 - 1, throw a *RangeError* exception. 1. If _proto_ is not present, set _proto_ to the intrinsic object %ArrayPrototype%. 1. Let _A_ be a newly created Array exotic object. - 1. Set _A_'s essential internal methods except for [[DefineOwnProperty]] to the default ordinary object definitions specified in . + 1. Set _A_'s essential internal methods to the default ordinary object definitions specified in . 1. Set _A_.[[DefineOwnProperty]] as specified in . 1. Set _A_.[[Prototype]] to _proto_. 1. Set _A_.[[Extensible]] to *true*. @@ -8200,12 +8200,12 @@

CreateMappedArgumentsObject ( _func_, _formals_, _argumentsList_, _env_ ). 1. Set _obj_.[[GetOwnProperty]] as specified in . 1. Set _obj_.[[DefineOwnProperty]] as specified in . 1. Set _obj_.[[Get]] as specified in . 1. Set _obj_.[[Set]] as specified in . 1. Set _obj_.[[Delete]] as specified in . - 1. Set the remainder of _obj_'s essential internal methods to the default ordinary object definitions specified in . 1. Set _obj_.[[Prototype]] to %ObjectPrototype%. 1. Set _obj_.[[Extensible]] to *true*. 1. Let _map_ be ObjectCreate(*null*).