v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <scanner.h>
Public Types | |
typedef unibrow::Utf8InputBuffer< 1024 > | Utf8Decoder |
Public Member Functions | |
UnicodeCache () | |
StaticResource< Utf8Decoder > * | utf8_decoder () |
bool | IsIdentifierStart (unibrow::uchar c) |
bool | IsIdentifierPart (unibrow::uchar c) |
bool | IsLineTerminator (unibrow::uchar c) |
bool | IsWhiteSpace (unibrow::uchar c) |
typedef unibrow::Utf8InputBuffer<1024> Utf8Decoder |
|
inline |
|
inline |
Definition at line 155 of file scanner.h.
Referenced by Scanner::ScanRegExpFlags().
|
inline |
|
inline |
Definition at line 156 of file scanner.h.
References Predicate< T, size >::get().
Referenced by Scanner::ScanRegExpPattern().
|
inline |
Definition at line 157 of file scanner.h.
References Predicate< T, size >::get().
Referenced by v8::internal::AdvanceToNonspace().
|
inline |
Definition at line 150 of file scanner.h.
Referenced by Heap::AllocateStringFromUtf8Slow(), and String::IsEqualTo().