Home
last modified time | relevance | path

Searched defs:NowIs (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dtypes.cc473 bool TypeImpl<Config>::NowIs(TypeImpl* that) { in NowIs() function in v8::internal::TypeImpl
Dtypes.h414 bool NowIs(TypeHandle that) { return this->NowIs(*that); } in NowIs() function
/external/v8/test/cctest/
Dtest-types.cc1095 void NowIs() { in NowIs() function
2036 TEST(NowIs) { in TEST() argument