[x] CreateTypeErrorCopy abstract operation must not cause any ECMAScript code execution when creating a new message.
Refactor PR to make it simpler to recognize when an error must be copied over the callable boundary into the caller realm, whether that's a result of evaluation, importValue or just calling a wrapped function.
This PR is the result of the achieved consensus during the Dic 1st, 2022 Plenary discussion.
This PR introduces 1 normative change:
Refactor PR to make it simpler to recognize when an error must be copied over the callable boundary into the caller realm, whether that's a result of
evaluation
,importValue
or just calling a wrapped function.This PR is the result of the achieved consensus during the Dic 1st, 2022 Plenary discussion.