Lines Matching full:oddball
131 // - Oddball
1011 V(Oddball) \
1223 "oddball in string table is not undefined or the hole") \
1377 // Oddball testing.
9293 // The Oddball describes objects null, undefined, true, and false.
9294 class Oddball: public HeapObject {
9306 static inline Oddball* cast(Object* obj);
9309 DECLARE_VERIFIER(Oddball)
9342 DISALLOW_IMPLICIT_CONSTRUCTORS(Oddball);