Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp470 int correntIndex = 0; in DefineClassWithIHClass() local
483correntIndex = JSHClass::FindPropertyEntry(thread, *constructorHClass, key.GetTaggedValue()); in DefineClassWithIHClass()
486 … needCorrentIndex ? static_cast<uint32_t>(correntIndex) : index, propValue.GetTaggedValue()); in DefineClassWithIHClass()