var EmbeddedPropertyTransformer = function EmbeddedPropertyTransformer(path) {
    $traceurRuntime.superConstructor($EmbeddedPropertyTransformer).call(this);
    this.path = path;
  };