v8
3.25.30(node0.11.13)
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_one_byte () |
bool | is_contextual_keyword (Vector< const char > keyword) |
Vector< const uint16_t > | two_byte_literal () |
Vector< const uint8_t > | one_byte_literal () |
int | length () |
void | Reset () |
|
inline |
|
inline |
Definition at line 219 of file scanner.h.
References Vector< T >::Dispose(), and Vector< T >::length().
|
inline |
Definition at line 225 of file scanner.h.
References ASSERT, Latin1::kMaxChar, v8::internal::kOneByteSize, v8::internal::kUC16Size, and Vector< T >::length().
|
inline |
Definition at line 242 of file scanner.h.
References LiteralBuffer::is_one_byte(), Vector< T >::length(), and Vector< T >::start().
|
inline |
Definition at line 240 of file scanner.h.
Referenced by LiteralBuffer::is_contextual_keyword().
|
inline |
Definition at line 255 of file scanner.h.
References ASSERT, and Vector< T >::start().
|
inline |
Definition at line 247 of file scanner.h.
References ASSERT, and Vector< T >::start().