Searched refs:SetModuleInfo (Results 1 – 4 of 4) sorted by relevance
188 void SetModuleInfo(const util::StringView &name, bool isPackage, bool omitName = false)
935 …GetProgram()->SetModuleInfo(GetProgram()->FileName(), false, GetProgram()->IsEntryPoint() && !IsET… in ParsePackageDeclaration()951 GetProgram()->SetModuleInfo(packageName, true); in ParsePackageDeclaration()
1691 …static void SetModuleInfo(EcmaVM *vm, const std::string &assetPath, const std::string &entryPoint);
3970 void JSNApi::SetModuleInfo(EcmaVM *vm, const std::string &assetPath, const std::string &entryPoint) in SetModuleInfo() function in panda::JSNApi