archives

« Bugzilla Issues Index

#1783 — 10.2.1.4.2: steps 3-4 should directly call CreateMutableBinding() on the Declarative Environment Record


10.2.1.4.2 CreateMutableBinding (N, D), steps 3-4:

> 3. Assert: DclRec does not already have a binding for N.
> 4. Create a mutable binding in DclRec for N and record that it is uninitialised. If D is true record that the newly created binding may be deleted by a subsequent DeleteBinding call.

These steps duplicate the work already done in "10.2.1.1.2 CreateMutableBinding (N, D)", maybe just call CreateMutableBinding() directly on the Declarative Environment Record 'DclRec'?


fixed in rev17 editor's draft


fixed in rev17, August 23, 2013 draft