05.arguments_sm.baseline 580 B

12345678910111213
  1. arguments.callee:configurable : false
  2. arguments.callee:enumerable : false
  3. arguments.callee:writable : undefined
  4. arguments.callee:getter : function() {
  5. [native code]
  6. }
  7. arguments.callee:setter : function() {
  8. [native code]
  9. }
  10. arguments.callee:value : undefined
  11. arguments.caller :propDesc undefined
  12. Exception: 'arguments', 'callee' and 'caller' are restricted function properties and cannot be accessed in this context
  13. Exception: 'arguments', 'callee' and 'caller' are restricted function properties and cannot be accessed in this context