Go to the source code of this file.
◆ AS_HELPER_DEF
#define AS_HELPER_DEF |
( |
| Type, |
|
|
| ... ) |
Value:
GetObjectFromRaw(reinterpret_cast<void*>(ptr))); \
\
\
\
static auto result = tagged.operator->(); \
result = tagged.operator->(); \
} \
return _As_##Type(obj.
ptr()); \
}
V8_INLINE constexpr StorageType ptr() const
ZoneVector< RpoNumber > & result
#define V8_DEBUGGING_EXPORT
Definition at line 4250 of file objects-printer.cc.
◆ MAKE_STRUCT_CASE
#define MAKE_STRUCT_CASE |
( |
| TYPE, |
|
|
| Name, |
|
|
| name ) |
Value: case TYPE: \
os << "<" #Name; \
Cast<Name>(*this)->BriefPrintDetails(os); \
os << ">"; \
break;
◆ PRINT_HOLE
#define PRINT_HOLE |
( |
| Type, |
|
|
| Value, |
|
|
| _ ) |
Value: if (Is##Type(*this)) { \
os << "<" #Value ">"; \
break; \
}
◆ _v8_internal_Expand_StackTrace()
◆ _v8_internal_Get_Object()
◆ _v8_internal_Print_Code()
◆ _v8_internal_Print_FunctionCallbackInfo()
V8_DEBUGGING_EXPORT C void _v8_internal_Print_FunctionCallbackInfo |
( |
void * | function_callback_info | ) |
|
|
extern |
◆ _v8_internal_Print_LoadHandler()
◆ _v8_internal_Print_Object()
◆ _v8_internal_Print_Object_MarkBit()
◆ _v8_internal_Print_Object_To_String()
◆ _v8_internal_Print_OnlyCode()
◆ _v8_internal_Print_PropertyCallbackInfo()
V8_DEBUGGING_EXPORT C void _v8_internal_Print_PropertyCallbackInfo |
( |
void * | property_callback_info | ) |
|
|
extern |
◆ _v8_internal_Print_StackTrace()
◆ _v8_internal_Print_StoreHandler()
◆ _v8_internal_Print_TransitionTree()
V8_DEBUGGING_EXPORT C void _v8_internal_Print_TransitionTree |
( |
void * | object, |
|
|
bool | start_at_root = false ) |
|
extern |