* Append an array of tokens to the token stack.
(tokens)
| 13899 | |
| 13900 | |
| 13901 | pushTokens(tokens) { |
| 13902 | this.stack.push(...tokens); |
| 13903 | } |
| 13904 | /** |
| 13905 | * Consume all following space tokens, without expansion. |
| 13906 | */ |
no outgoing calls
no test coverage detected