|
V8 Project
|
Include dependency graph for types.cc:Go to the source code of this file.
Classes | |
| struct | v8::internal::TypeImplIteratorAux< Config, T > |
| struct | v8::internal::TypeImplIteratorAux< Config, i::Map > |
| struct | v8::internal::TypeImplIteratorAux< Config, i::Object > |
Namespaces | |
| v8 | |
| Debugger support for the V8 JavaScript engine. | |
| v8::internal | |
Macros | |
| #define | RETURN_NAMED_REPRESENTATION_TYPE(type, value) case REPRESENTATION(k##type): return #type; |
| #define | RETURN_NAMED_SEMANTIC_TYPE(type, value) case SEMANTIC(k##type): return #type; |
| #define | BITSET_CONSTANT(type, value) REPRESENTATION(k##type), |
| #define | BITSET_CONSTANT(type, value) SEMANTIC(k##type), |
Functions | |
| static bool | v8::internal::AddIsSafe (int x, int y) |
| #define BITSET_CONSTANT | ( | type, | |
| value | |||
| ) | REPRESENTATION(k##type), |
| #define BITSET_CONSTANT | ( | type, | |
| value | |||
| ) | SEMANTIC(k##type), |
| #define RETURN_NAMED_REPRESENTATION_TYPE | ( | type, | |
| value | |||
| ) | case REPRESENTATION(k##type): return #type; |
| #define RETURN_NAMED_SEMANTIC_TYPE | ( | type, | |
| value | |||
| ) | case SEMANTIC(k##type): return #type; |