Searched refs:union_type (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/json_schema_compiler/
H A Didl_schema_test.py298 union_type = getType(schema, 'UnionType')
330 self.assertEquals(expected, union_type)
335 union_type = getType(schema, 'ModifiedUnionType')
351 self.assertEquals(expected, union_type)
/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc1416 TypeHandle union_type = T.Union(type, T.None); local
1417 CheckEqual(union_type, type);
1423 TypeHandle union_type = T.Union(type, T.Any); local
1424 CheckEqual(union_type, T.Any);
1430 TypeHandle union_type = T.Union(type, type); local
1431 CheckEqual(union_type, type);
/external/chromium_org/v8/src/ic/
H A Dic.cc1501 Handle<HeapType> union_type = PropertyCell::UpdatedType(cell, value); local
1502 StoreGlobalStub stub(isolate(), union_type->IsConstant(),

Completed in 920 milliseconds