blob: 164e474b14b53342205ab3b4d3ba3e3388c94e0f [file] [log] [blame]
** Checking 'this' using 'eval' in global scope
[object Object]
[object Object]
[object Object]
[object Object]
** Checking 'this' using 'my_eval' in global scope
[object Object]
[object Object]
[object Object]
[object Object]
** Checking 'this' using 'eval' in function scope
undefined
undefined
undefined
undefined
** Checking 'this' using 'my_eval' in function scope
[object Object]
[object Object]
[object Object]
[object Object]