Searched refs:SlowIs (Results 1 – 2 of 2) sorted by relevance
766 bool Is(Type* that) { return this == that || this->SlowIs(that); } in Is()896 bool SlowIs(Type* that);
464 bool Type::SlowIs(Type* that) { in SlowIs() function in v8::internal::Type