Delete operator (https://tc39.es/ecma262/#sec-delete-operator-runtime-semantics-evaluation) calls into DeleteBinding abstract op, while TDZ check (and throwing ReferenceErrors) happens in GetBindingValue.
<rdar://problem/110237888>
Pull request: https://github.com/WebKit/WebKit/pull/14661
Committed 265212@main (fca15e410aef): <https://commits.webkit.org/265212@main> Reviewed commits have been landed. Closing PR #14661 and removing active labels.