macros.h | 325 // TODO(yangguo): This is a poor man's replacement for std::is_fundamental, 326 // which requires C++11. Switch to std::is_fundamental once possible. 328 inline bool is_fundamental() { function in namespace:v8::base 333 inline bool is_fundamental<uint8_t>() { function in namespace:v8::base
|