# Functions
Debugger gets compiled to JavaScript's "debugger;" statement.
InternalObject returns the internal JavaScript object that represents i.
Keys returns the keys of the given JavaScript object.
MakeFunc wraps a function and gives access to the values of JavaScript's "this" and "arguments" keywords.
MakeWrapper creates a JavaScript object which has wrappers for the exported methods of i.
NewArrayBuffer creates a JavaScript ArrayBuffer from a byte slice.