HomeSort by relevance Sort by last modified time
    Searched defs:IsCurrently (Results 1 - 2 of 2) sorted by null

  /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); }

Completed in 37 milliseconds