archives

« Bugzilla Issues Index

#2787 — 26.2.1.1 Reflect.Realm: Remove step 4 and invert condition in step 8


26.2.1.1 Reflect.Realm ( [ target , handler ] )


- Remove steps 5-6, already handled in step 4.

- Change condition in step 8, remove "no".


I think the intent is to keep steps 5 and 6 as a pair, so it's step 4 that should be removed.


Step 5 does not make any sense at its position, because steps 1-4 can never trigger any side effects which means the constructor function won't ever be reentrantly applied during 1-4.


You're right - I guess the NOTE really only makes sense as step 23.


fixed in rev25 editor's draft


fixed in rev25 editor's draft