Searched refs:GetCurrentModuleInfo (Results 1 – 5 of 5) sorted by relevance
526 std::pair<std::string, std::string> GetCurrentModuleInfo(bool needRecordName = false);
887 std::pair<std::string, std::string> EcmaVM::GetCurrentModuleInfo(bool needRecordName) in GetCurrentModuleInfo() function in panda::ecmascript::EcmaVM
733 auto [moduleName, fileName] = vm->GetCurrentModuleInfo(false); in LoadNativeModule()
1709 …static std::pair<std::string, std::string> GetCurrentModuleInfo(EcmaVM *vm, bool needRecordName = …
4149 std::pair<std::string, std::string> JSNApi::GetCurrentModuleInfo(EcmaVM *vm, bool needRecordName) in GetCurrentModuleInfo() function in panda::JSNApi4152 return vm->GetCurrentModuleInfo(needRecordName); in GetCurrentModuleInfo()5817 std::pair<std::string, std::string> moduleInfo = vm->GetCurrentModuleInfo(false); in GetModuleNameSpaceFromFile()