Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeRecorder.cpp276 void TypeRecorder::SetObjectType(const std::string &objectStr, int64_t objectIndex) in SetObjectType() argument
278 objectType_[objectStr] = objectIndex; in SetObjectType()
279 ASSERT(GetObjectType(objectStr) == objectIndex); in SetObjectType()
DtypeRecorder.h97 void SetObjectType(const std::string &objectStr, int64_t objectIndex);