value_type 328 src/hashmap.h value_type* operator->() { return reinterpret_cast<value_type*>(entry_); }
value_type 2250 src/hydrogen-instructions.h HType value_type = value()->type();
value_type 2251 src/hydrogen-instructions.h if (!value_type.IsUninitialized() &&
value_type 2252 src/hydrogen-instructions.h (value_type.IsHeapNumber() ||
value_type 2253 src/hydrogen-instructions.h value_type.IsString() ||
value_type 2254 src/hydrogen-instructions.h value_type.IsBoolean() ||
value_type 2255 src/hydrogen-instructions.h value_type.IsNonPrimitive())) {