Guest User

Untitled

a guest
Nov 23rd, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. executionContextObject = {
  2. 'scopeChain': {}, // contiene su propio objeto variable y otros objetos variables de los contextos
  3. 'variableObject': {}, // contiene argumento de funciones, variables internas y declaraciones de funciones
  4. 'this': valueOfThis
  5. }
Add Comment
Please, Sign In to add comment