You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No it is not a bug. global mirrors global.global, and when you define global.global to a setter-only property, global cannot be read anymore, and typeof naturally returns 'undefined'.
Linux raspberrypi 4.4.38-v7+ build: make test-ci output TAP to stdout and log #938 SMP Thu Dec 15 15:22:21
GMT 2016 armv7l GNU/Linux
When I run this code:
global
object becomes undefinedBut
And if I will run
Object.keys
orObject.defineProperty
global does not become undefined. Bug?The text was updated successfully, but these errors were encountered: