OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsEverything
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
jsregexp.h
283
bool
IsEverything
(uc16 max) { return from_ == 0 && to_ >= max; }
[
all
...]
/external/v8/src/
jsregexp.h
291
bool
IsEverything
(uc16 max) { return from_ == 0 && to_ >= max; }
[
all
...]
Completed in 28 milliseconds