Home | History | Annotate | Download | only in src

Lines Matching refs:Oddball

89 //       - Oddball
623 // Oddball testing.
4362 // The Oddball describes objects null, undefined, true, and false.
4363 class Oddball: public HeapObject {
4372 static inline Oddball* cast(Object* obj);
4389 DISALLOW_IMPLICIT_CONSTRUCTORS(Oddball);