OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsLineTerminator
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/
unicode-cache-inl.h
24
bool UnicodeCache::
IsLineTerminator
(unibrow::uchar c) {
31
if (!
IsLineTerminator
(c)) return false;
unicode-cache.h
26
inline bool
IsLineTerminator
(unibrow::uchar c);
/external/v8/src/parsing/
scanner.cc
299
if (unicode_cache_->
IsLineTerminator
(c0_)) {
340
while (c0_ >= 0 && !unicode_cache_->
IsLineTerminator
(c0_)) {
350
while (c0_ >= 0 && !unicode_cache_->
IsLineTerminator
(c0_)) {
386
while (c0_ >= 0 && !unicode_cache_->
IsLineTerminator
(c0_)) {
399
while (c0_ >= 0 && !unicode_cache_->
IsLineTerminator
(c0_)) {
416
if (c0_ >= 0 && unicode_cache_->
IsLineTerminator
(ch)) {
740
if (!in_template_literal && c0_ >= 0 && unicode_cache_->
IsLineTerminator
(c)) {
842
&& !unicode_cache_->
IsLineTerminator
(c0_)) {
891
if (c0_ > 0 && unicode_cache_->
IsLineTerminator
(c0_)) {
[
all
...]
Completed in 335 milliseconds