Created
          February 26, 2016 18:50 
        
      - 
      
- 
        Save lykkin/0ebc4c16383eead1f3a5 to your computer and use it in GitHub Desktop. 
    wat
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | > arguments.callee.arguments | |
| { '0': [Function], | |
| length: 1, | |
| callee: 'function callTest(callme) {\n debugger\n callme()\n}', | |
| undefined: [Function] } | |
| > arguments.callee.arguments.undefined | |
| > arguments.callee.arguments.undefined() | |
| TypeError: arguments.callee.arguments.undefined is not a function | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment