You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example where performing `SetMutableBinding` on `DclRec` would return a
throw completion:
```js
function f() { x = 1; }
f(); // 💥
let x;
```
This is covered by 22 tests in test262 which fail when implemented as
written.
0 commit comments