Searched defs:Oddball (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dobjects.h89 // - Oddball
623 // Oddball testing.
4362 // The Oddball describes objects null, undefined, true, and false.
4363 class Oddball: public HeapObject { class in namespace:v8::internal
4372 static inline Oddball* cast(Object* obj);
4389 DISALLOW_IMPLICIT_CONSTRUCTORS(Oddball);

Completed in 49 milliseconds