Push the stack, placing a zero-length string on the top.
| 250 | |
| 251 | /// Push the stack, placing a zero-length string on the top. |
| 252 | void push() |
| 253 | { |
| 254 | advanceChar(0); |
| 255 | } |
| 256 | |
| 257 | inline void setLen(U32 newlen) |
| 258 | { |
no outgoing calls
no test coverage detected