Get a string representation of the top of the stack. @note This returns a pointer to the actual top of the stack, be careful!
| 129 | /// |
| 130 | /// @note This returns a pointer to the actual top of the stack, be careful! |
| 131 | inline const char *getStringValue() |
| 132 | { |
| 133 | return mBuffer + mStart; |
| 134 | } |
| 135 | |
| 136 | inline const char *getPreviousStringValue() |
| 137 | { |
no outgoing calls