Home
last modified time | relevance | path

Searched defs:numOfProps (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hclass_generator.cpp179 uint32_t numOfProps = tsLayout->GetNumOfProperties(); in CreateIHClass() local
216 uint32_t numOfProps = tsLayout->GetNumOfProperties(); in CreatePHClass() local
288 … uint32_t numOfProps = tsLayout->GetNumOfProperties() + ClassInfoExtractor::STATIC_RESERVED_LENGTH; in CreateCHClass() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type.cpp223 uint32_t numOfProps = layout->GetNumOfProperties(); in GetPropTypeGT() local
394 uint32_t numOfProps = layout->GetNumOfProperties(); in GetPropTypeGT() local
Dts_type_parser.cpp753 uint32_t numOfProps = static_cast<uint32_t>(oldLayout->GetNumOfProperties()); in InstantiateObjGenericsType() local