Home | History | Annotate | Download | only in src

Lines Matching refs:Oddball

106 //       - Oddball
818 V(Oddball) \
884 // Oddball testing.
7571 // The Oddball describes objects null, undefined, true, and false.
7572 class Oddball: public HeapObject {
7584 static inline Oddball* cast(Object* obj);
7616 DISALLOW_IMPLICIT_CONSTRUCTORS(Oddball);