ecma262
ecma262 copied to clipboard
Editorial: IfAbrupt macros only take completion records
As of #2547 (edit: plus #2744 and #2842), it is always statically knowable whether a given expression at a given point is a Completion Record or not a Completion Record. So the various completion record unwrapping macros don't need to have a "what if it is not a completion record" case.