SOURCE

function abs() {
    typeof window !== 'undefined'
   ? window
   : (typeof process === 'object' &&
      typeof require === 'function' &&
      typeof global === 'object')
     ? global
     : this

}

function b() {
    abs()
}

function c() {
    b()
}

c()
console 命令行工具 X clear

                    
>
console