Go to the source code of this file.
◆ INSTANCE_TYPE_CHECKERS
#define INSTANCE_TYPE_CHECKERS |
( |
| V | ) |
|
Value:
INSTANCE_TYPE_CHECKERS_RANGE(
V) \
INSTANCE_TYPE_CHECKERS_CUSTOM(
V)
#define INSTANCE_TYPE_CHECKERS_SINGLE(V)
Definition at line 42 of file instance-type-checker.h.
◆ INSTANCE_TYPE_CHECKERS_CUSTOM
#define INSTANCE_TYPE_CHECKERS_CUSTOM |
( |
| V | ) |
|
Value:
V(ExternalString) \
V(FreeSpaceOrFiller) \
V(GcSafeCode) \
V(InternalizedString) \
V(MaybeReadOnlyJSObject) \
V(PropertyDictionary)
Definition at line 33 of file instance-type-checker.h.
◆ INSTANCE_TYPE_CHECKERS_RANGE
#define INSTANCE_TYPE_CHECKERS_RANGE |
( |
| V | ) |
|
Value: TORQUE_INSTANCE_CHECKERS_RANGE_FULLY_DEFINED(
V) \
TORQUE_INSTANCE_CHECKERS_RANGE_ONLY_DECLARED(
V) \
V(CallableJSFunction, FIRST_CALLABLE_JS_FUNCTION_TYPE, \
LAST_CALLABLE_JS_FUNCTION_TYPE)
Definition at line 27 of file instance-type-checker.h.
◆ INSTANCE_TYPE_CHECKERS_SINGLE
#define INSTANCE_TYPE_CHECKERS_SINGLE |
( |
| V | ) |
|
Value: TORQUE_INSTANCE_CHECKERS_SINGLE_FULLY_DEFINED(
V) \
TORQUE_INSTANCE_CHECKERS_SINGLE_ONLY_DECLARED(
V) \
V(BigInt, BIGINT_TYPE) \
V(FixedArrayExact, FIXED_ARRAY_TYPE)
Definition at line 21 of file instance-type-checker.h.
◆ IS_TYPE_FUNCTION_DECL
#define IS_TYPE_FUNCTION_DECL |
( |
| Type, |
|
|
| ... ) |