Home
last modified time | relevance | path

Searched refs:IsUserDefinedClassTypeKind (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h386 inline bool IsUserDefinedClassTypeKind(const kungfu::GateType &gateType) const in IsUserDefinedClassTypeKind() function
389 return IsUserDefinedClassTypeKind(gt); in IsUserDefinedClassTypeKind()
392 inline bool IsUserDefinedClassTypeKind(const GlobalTSTypeRef &gt) const in IsUserDefinedClassTypeKind() function
Dts_manager.cpp1330 ASSERT(gt.IsDefault() || IsUserDefinedClassTypeKind(gt)); in FillSnapshotConstantPoolList()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_recorder.cpp106 if (tsManager->IsUserDefinedClassTypeKind(gt)) { in CollectLiteralGT()
Dts_hclass_generator.cpp35 } else if (tsManager_->IsUserDefinedClassTypeKind(gt)) { in GenerateTSHClasses()