(digits)
| 398 | peg$c159 = "u", |
| 399 | peg$c160 = { type: "literal", value: "u", description: "\"u\"" }, |
| 400 | peg$c161 = function(digits) { |
| 401 | return String.fromCharCode(parseInt(digits, 16)); |
| 402 | }, |
| 403 | peg$c162 = ".", |
| 404 | peg$c163 = { type: "literal", value: ".", description: "\".\"" }, |
| 405 | peg$c164 = function(v) { |
no outgoing calls
no test coverage detected
searching dependent graphs…