Home | Sort by relevance Sort by last modified time |
/external/chromium_org/v8/src/ | |
types.cc | 300 bool Type::IsCurrently(Type* that) { |
types.h | 165 bool IsCurrently(Type* that); 166 bool IsCurrently(Handle<Type> that) { return this->IsCurrently(*that); } |