Skip to content

Instantly share code, notes, and snippets.

@YassineBajdou
Created September 14, 2018 09:49
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/e4514bd5c60ee1e6d27ec3515b14fcc4 to your computer and use it in GitHub Desktop.
Save YassineBajdou/e4514bd5c60ee1e6d27ec3515b14fcc4 to your computer and use it in GitHub Desktop.
fooExecutionContext = {
scopeChain: { ... },
variableObject: {
arguments: {
0: 22,
length: 1
},
i: 22,
c: pointer to function c()
a: undefined,
b: undefined
},
this: { ... }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment