This test checks the status of global powers, in top level main and in a compartment.
*** Testing from main
new Date(): Thu Jan 23 2020 20:13:36 GMT-0800
Date.now(): 1579839216141
Math.random(): 0.6539189622988547
Error.captureStackTrace: undefined
Error.stackTraceLimit: undefined
Error.prototype.stack: undefined
RegExp static methods: prototype,Symbol(Symbol.species)
*** Testing from compartment
new Date(): Thu Jan 23 2020 20:13:36 GMT-0800
Date.now(): 1579839216141
Math.random(): 0.41599935685098144
Error.captureStackTrace: undefined
Error.stackTraceLimit: undefined
Error.prototype.stack: undefined
RegExp static methods: prototype,Symbol(Symbol.species)