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

/external/v8/src/
H A Dobjects.h46 // - Smi (immediate small integer)
107 // Smi: [31 bit signed int] 0
149 inline PropertyDetails(Smi* smi);
150 inline Smi* AsSmi();
548 // Since Smi and Failure are subclasses of Object no
642 // Converts this to a Smi if possible.
703 // Smi represents integer Numbers that can be stored in 31 bits.
708 // Smi stands for small integer.
709 class Smi: public Object { class in namespace:v8::internal
714 // Convert a value to a Smi objec
[all...]

Completed in 16 milliseconds