Searched refs:GetLexEnvElementType (Results 1 – 3 of 3) sorted by relevance
674 GateType GetLexEnvElementType(uint32_t methodId, uint32_t level, uint32_t slot) const;
810 GateType LexEnvManager::GetLexEnvElementType(uint32_t methodId, uint32_t level, uint32_t slot) const in GetLexEnvElementType() function in panda::ecmascript::kungfu::LexEnvManager
1014 auto type = lexEnvManager_->GetLexEnvElementType(methodId_, level, slot); in InferLdLexVarDyn()1022 auto type = lexEnvManager_->GetLexEnvElementType(methodId_, level, slot); in InferStLexVarDyn()