Home
last modified time | relevance | path

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

/external/v8/src/
Dfield-type.cc60 bool FieldType::NowIs(FieldType* other) { in NowIs() function in v8::internal::FieldType
70 bool FieldType::NowIs(Handle<FieldType> other) { return NowIs(*other); } in NowIs() function in v8::internal::FieldType
Dtypes.cc548 bool Type::NowIs(Type* that) { in NowIs() function in v8::internal::Type
/external/v8/test/cctest/
Dtest-types.cc990 void NowIs() { in NowIs() function