( leader, c )
| 301 | let retval = 0; |
| 302 | |
| 303 | function throwError( leader, c ) { |
| 304 | throw new Error( `${leader} '${String.fromCodePoint( c )}' unexpected at ${n} (near '${buf.substr(n>4?(n-4):0,n>4?3:(n-1))}[${String.fromCodePoint( c )}]${buf.substr(n, 10)}') [${pos.line}:${pos.col}]`); |
| 305 | } |
| 306 | |
| 307 | function RESET_VAL() { |
| 308 | val.value_type = VALUE_UNSET; |
no outgoing calls
no test coverage detected