OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsIdentifierStart
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/
unicode-cache-inl.h
14
bool UnicodeCache::
IsIdentifierStart
(unibrow::uchar c) {
unicode-cache.h
24
inline bool
IsIdentifierStart
(unibrow::uchar c);
api.cc
[
all
...]
/external/v8/src/parsing/
scanner.cc
692
} else if (unicode_cache_->
IsIdentifierStart
(c0_)) {
1076
(c0_ >= 0 && unicode_cache_->
IsIdentifierStart
(c0_)))
[
all
...]
Completed in 71 milliseconds