![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
| Utf8Iterator (const v8::internal::Vector< const char > &stream) | |
| Utf8Iterator (const v8::internal::Vector< const char > &stream, size_t offset, bool trailing) | |
| uint16_t | operator* () |
| Utf8Iterator & | operator++ () |
| Utf8Iterator | operator++ (int) |
| bool | Done () |
| bool | Trailing () |
| size_t | Offset () |
Definition at line 17 of file unicode-decoder.h.