-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Description
While implementing this proposal I hit a couple of spots where InitializeBinding was still being called but which were not mentioned in the current spec text:
- DeclarativeEnvironment SetMutableBinding https://tc39.es/ecma262/#sec-declarative-environment-records-setmutablebinding-n-v-s
- Initialize bound name: https://tc39.es/ecma262/#sec-initializeboundname hit from Initialize Binding for example from CatchClause evaluation step 5
- The annexB changes to EvalDeclarationInstantiation step: 11.b.ii.7.a.ii.ii.ii
- CreateGlobalVarBinding in GlobalEnvironment
Also for example in the json module proposal although that spec is quite outdated and already used in the whatwg spec so not sure what the status is there.
(Note these are just the ones I found through compile failures when adding hint to initialize binding this list might not be complete)
Metadata
Metadata
Assignees
Labels
No labels