Home
last modified time | relevance | path

Searched defs:IsSingleton (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dtypes.h409 bool IsSingleton() const { in IsSingleton() function
/external/v8/src/regexp/
Dregexp-ast.h120 bool IsSingleton() { return (from_ == to_); } in IsSingleton() function