ecma262 icon indicating copy to clipboard operation
ecma262 copied to clipboard

Editorial: IfAbrupt macros only take completion records

Open bakkot opened this issue 2 years ago • 0 comments

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.

bakkot avatar Jul 07 '22 17:07 bakkot