archives

« Bugzilla Issues Index

#2789 — 26.2.3.7.4 Reflect.Realm.prototype.nonEval: Remove steps 5-6, change references to `obj` to `function`


26.2.3.7.4 Reflect.Realm.prototype.nonEval (function, thisValue, argumentsList ):

Remove steps 5-6.


Step 5 currently contains `ToObject(target)`, but the parameter is called `function`. Since steps 5-6 are superfluous, the subsequent references to `obj` can just be changed to `function`.


fixed in rev25 editor's draft


fixed in rev25 editor's draft