_runFunction()

in lib/websandbox.ts [178:180]


  _runFunction(fn: Function) {
    return this._runCode(`(${fn.toString()})()`);
  }