var XUIButton4 = function()

in scripts/bench/benchmarks/pe-functional-components/benchmark.js [808:875]


  var XUIButton4 = function(props) {
    if (props.x === 4) {
      return React.createElement(AbstractButton3, {x: 3});
    }
    if (props.x === 21) {
      return React.createElement(AbstractButton3, {x: 20});
    }
    if (props.x === 24) {
      return React.createElement(AbstractButton3, {x: 23});
    }
    if (props.x === 69) {
      return React.createElement(AbstractButton3, {x: 68});
    }
    if (props.x === 72) {
      return React.createElement(AbstractButton3, {x: 71});
    }
    if (props.x === 78) {
      return React.createElement(AbstractButton3, {x: 77});
    }
    if (props.x === 81) {
      return React.createElement(AbstractButton3, {x: 80});
    }
    if (props.x === 90) {
      return React.createElement(AbstractButton3, {x: 89});
    }
    if (props.x === 93) {
      return React.createElement(AbstractButton3, {x: 92});
    }
    if (props.x === 96) {
      return React.createElement(AbstractButton3, {x: 95});
    }
    if (props.x === 100) {
      return React.createElement(AbstractButton3, {x: 99});
    }
    if (props.x === 110) {
      return React.createElement(AbstractButton3, {x: 109});
    }
    if (props.x === 113) {
      return React.createElement(AbstractButton3, {x: 112});
    }
    if (props.x === 131) {
      return React.createElement(AbstractButton3, {x: 130});
    }
    if (props.x === 139) {
      return React.createElement(AbstractButton3, {x: 138});
    }
    if (props.x === 157) {
      return React.createElement(AbstractButton3, {x: 156});
    }
    if (props.x === 162) {
      return React.createElement(AbstractButton3, {x: 161});
    }
    if (props.x === 188) {
      return React.createElement(AbstractButton3, {x: 187});
    }
    if (props.x === 270) {
      return React.createElement(AbstractButton3, {x: 269});
    }
    if (props.x === 304) {
      return React.createElement(AbstractButton3, {x: 303});
    }
    if (props.x === 306) {
      return React.createElement(AbstractButton3, {x: 305});
    }
    if (props.x === 308) {
      return React.createElement(AbstractButton3, {x: 307});
    }
  };