Home | History | Annotate | Download | only in src

Lines Matching defs:FieldType

18 class FieldType : public Object {
20 static FieldType* None();
21 static FieldType* Any();
22 static Handle<FieldType> None(Isolate* isolate);
23 static Handle<FieldType> Any(Isolate* isolate);
24 static FieldType* Class(i::Map* map);
25 static Handle<FieldType> Class(i::Handle<i::Map> map, Isolate* isolate);
26 static FieldType* cast(Object* object);
42 bool NowIs(FieldType* other);
43 bool NowIs(Handle<FieldType> other);