archives

« Bugzilla Issues Index

#3598 — 12.3.5.1 The super Keyword, Runtime Semantics; SuperCall:super Arguments, step 7: "func" → "argList"


12.3.5.1 Runtime Semantics (The super Keyword)
SuperCall: super Arguments (last algorithm of the section)
Step 7:

ReturnIfAbrupt(func).

Should be:

ReturnIfAbrupt(argList).


fixed in rev32 editor's draft


fixed in rev32 draft