Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1399 auto funcNameString = tsManager_->GetStdStringFromConstantPool(funcNameStrId); in TypeCheck()
1404 auto expectedTypeStr = tsManager_->GetStdStringFromConstantPool(strId); in TypeCheck()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h576 inline std::string PUBLIC_API GetStdStringFromConstantPool(const uint16_t stringId) const in GetStdStringFromConstantPool() function