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

  /external/chromium_org/v8/src/
types.h 512 UnionType* AsUnion() { return UnionType::cast(this); }
    [all...]
  /external/chromium_org/v8/test/cctest/
test-types.cc 32 static Struct* AsUnion(Type* t) {
63 static Struct* AsUnion(Handle<HeapType> t) { return AsStruct(t); }
364 this->Length(this->AsUnion(type1)) ==
365 this->Length(this->AsUnion(type2)));
    [all...]

Completed in 169 milliseconds