Hey, sorry if this is posted anywhere obvious and I've missed it. Is there a good source of documentation for what methods are prototyped for the default classes (String, RegExp, etc) in the sandbox? I've just started writing scripts, but I've been running into little surprises like: /home/symbly/www/d20-api-server/node_modules/firebase/lib/firebase-node.js:1
orts, require, module, __filename, __dirname) { function g(a){throw a;}var j=v
^
TypeError: Object [object Object] has no method 'exec'
at DebitModule.onMessage (evalmachine.<anonymous>:28098:21)
at eval ( when using certain methods like RegExp.prototype.exec or String.prototype.startsWith , and rather than discover the limits by trial and error, I'd like a reference on what methods are prototyped by default inside the sandbox.