![]() |
v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#include <scanner.h>
Public Member Functions | |
| LiteralBuffer () | |
| ~LiteralBuffer () | |
| INLINE (void AddChar(uint32_t code_unit)) | |
| bool | is_ascii () |
| Vector< const uc16 > | utf16_literal () |
| Vector< const char > | ascii_literal () |
| int | length () |
| void | Reset () |
|
inline |
|
inline |
Definition at line 177 of file scanner.h.
References Vector< T >::Dispose(), and Vector< T >::length().
|
inline |
Definition at line 208 of file scanner.h.
References ASSERT, and Vector< T >::start().
|
inline |
Definition at line 183 of file scanner.h.
References ASSERT, v8::internal::kASCIISize, v8::internal::kMaxAsciiCharCodeU, v8::internal::kUC16Size, and Vector< T >::length().
Definition at line 200 of file scanner.h.
References ASSERT, and Vector< T >::start().