[K/N][tests] Fixed lldb tests on arrays
This commit is contained in:
@@ -72,7 +72,7 @@ extern const TypeInfo* theWorkerBoundReferenceTypeInfo;
|
|||||||
extern const TypeInfo* theCleanerImplTypeInfo;
|
extern const TypeInfo* theCleanerImplTypeInfo;
|
||||||
extern const TypeInfo* theRegularWeakReferenceImplTypeInfo;
|
extern const TypeInfo* theRegularWeakReferenceImplTypeInfo;
|
||||||
|
|
||||||
KBoolean IsInstance(const ObjHeader* obj, const TypeInfo* type_info) RUNTIME_PURE;
|
KBoolean IsInstance(const ObjHeader* obj, const TypeInfo* type_info) RUNTIME_PURE RUNTIME_USED; // Used in konan_lldb.py
|
||||||
KBoolean IsSubtype(const TypeInfo* obj_type_info, const TypeInfo* type_info) RUNTIME_PURE;
|
KBoolean IsSubtype(const TypeInfo* obj_type_info, const TypeInfo* type_info) RUNTIME_PURE;
|
||||||
KBoolean IsSubclassFast(const TypeInfo* obj_type_info, int32_t lo, int32_t hi) RUNTIME_PURE;
|
KBoolean IsSubclassFast(const TypeInfo* obj_type_info, int32_t lo, int32_t hi) RUNTIME_PURE;
|
||||||
void CheckCast(const ObjHeader* obj, const TypeInfo* type_info);
|
void CheckCast(const ObjHeader* obj, const TypeInfo* type_info);
|
||||||
|
|||||||
Reference in New Issue
Block a user