Searched defs:NowIs (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ | ||
D | types.cc | 473 bool TypeImpl<Config>::NowIs(TypeImpl* that) { in NowIs() function in v8::internal::TypeImpl |
D | types.h | 414 bool NowIs(TypeHandle that) { return this->NowIs(*that); } in NowIs() function |
/external/v8/test/cctest/ | ||
D | test-types.cc | 1095 void NowIs() { in NowIs() function |