Home
last modified time | relevance | path

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

/external/v8/src/
Dfield-type.cc62 bool FieldType::NowIs(FieldType* other) { in NowIs() function in v8::internal::FieldType
72 bool FieldType::NowIs(Handle<FieldType> other) { return NowIs(*other); } in NowIs() function in v8::internal::FieldType
/external/v8/src/ast/
Dast-types.cc585 bool AstType::NowIs(AstType* that) { in NowIs() function in v8::internal::AstType