Object.keys(this)
Function,eval
Object.keys(this).forEach(key => delete this[key])
SyntaxError: Unexpected token '&'
Object.keys(this)
Function,eval
delete global
util
ReferenceError: util is not defined
performance
ReferenceError: performance is not defined
Object.keys(this)
global,Function,eval
Array.isArray(this)
``
`
SyntaxError: Unexpected end of input
this.toString()
[object Object]

Bro

JSON.stringify(this)
TypeError: Converting circular structure to JSON --> starting at object with constructor 'global' --- property 'global' closes the circle
this
[object Object]
2==1
2>1
ReferenceError: gt is not defined
Load more comments