commit
287c8e9bf4
1 changed files with 1 additions and 1 deletions
|
@ -599,7 +599,7 @@ function f() {
|
||||||
}
|
}
|
||||||
|
|
||||||
let g = f(); // while g is alive
|
let g = f(); // while g is alive
|
||||||
// there corresponding Lexical Environment lives
|
// their corresponding Lexical Environment lives
|
||||||
|
|
||||||
g = null; // ...and now the memory is cleaned up
|
g = null; // ...and now the memory is cleaned up
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue