Go to the source code of this file.
◆ POST_PROCESS_TYPE_LIST
#define POST_PROCESS_TYPE_LIST |
( |
| V | ) |
|
Value:
V(InterceptorInfo) \
V(JSExternalObject) \
V(FunctionTemplateInfo) \
V(Code) \
V(SharedFunctionInfo)
Definition at line 216 of file read-only-deserializer.cc.
◆ PROCESS_FIELD
#define PROCESS_FIELD |
( |
| Name, |
|
|
| name ) |
Value: DecodeLazilyInitializedExternalPointerSlot( \
o, o->RawExternalPointerField( \
InterceptorInfo::k##Name##Offset, \
is_named ? kApiNamedProperty##Name##CallbackTag \
: kApiIndexedProperty##Name##CallbackTag));
Value: if (InstanceTypeChecker::Is##TYPE(instance_type)) { \
return PostProcess##TYPE(Cast<TYPE>(o)); \
}