Skip to content

Instantly share code, notes, and snippets.

@YassineBajdou
Created September 14, 2018 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YassineBajdou/7c0e00e422595759d4e57947fc23d85d to your computer and use it in GitHub Desktop.
Save YassineBajdou/7c0e00e422595759d4e57947fc23d85d to your computer and use it in GitHub Desktop.
executionContextObj = {
'scopeChain': { /* variableObject + all parent execution context's variableObject */ },
'variableObject': { /* function arguments / parameters, inner variable and function declarations */ },
'this': {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment