_runCode()

in lib/websandbox.ts [174:176]


  _runCode(code: string) {
    return this.connection!.callRemoteServiceMethod('runCode', code);
  }