(t, w, s, c)
| 1094 | return setTopRightBottomLeft({}, 'border', 'Color', s, s, s, s); |
| 1095 | }; |
| 1096 | var peg$f108 = function(t, w, s, c) { |
| 1097 | const ret = {}; |
| 1098 | setTopRightBottomLeftOr(t, ret, 'border', 'Width', w, w, w, w); |
| 1099 | setTopRightBottomLeftOr(t, ret, 'border', 'Style', s, s, s, s); |
| 1100 | if (c) setTopRightBottomLeftOr(t, ret, 'border', 'Color', c, c, c, c); |
| 1101 | return ret; |
| 1102 | }; |
| 1103 | var peg$f109 = function(t, s, w, c) { |
| 1104 | const ret = {}; |
| 1105 | setTopRightBottomLeftOr(t, ret, 'border', 'Width', w, w, w, w); |
no test coverage detected