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
웹에서 찾아볼 수 있는 실행 컨텍스트에 대한 정보는 대부분 렉시컬 스코프에 치중되어 있습니다.
하지만 렉시컬 스코프는 실행 컨텍스트 중 일부이고, Variable Enviroment와 Generator 등 다양한 요소들이 실행 컨텍스트를 이루고 있다는 것을 알게 되었습니다.
이에 렉시컬 환경 외의 실행 컨텍스트는 무엇으로 이루어져 있는지 궁금해져서 연구를 진행하게 되었습니다.