var PromiseEndpoint = function PromiseEndpoint(promiseFunction) {
    $traceurRuntime.superConstructor($PromiseEndpoint).call(this);
    this.endpointPromise = promiseFunction;
  };