(_, value)
| 504 | }; |
| 505 | } |
| 506 | function target(_, value) { |
| 507 | if (value == "target") { cx.marked = "keyword"; return cont(maybeoperatorComma); } |
| 508 | } |
| 509 | function targetNoComma(_, value) { |
| 510 | if (value == "target") { cx.marked = "keyword"; return cont(maybeoperatorNoComma); } |
| 511 | } |
no test coverage detected