Searched refs:GetCurrentModuleInfo (Results 1 – 4 of 4) sorted by relevance
455 std::pair<std::string, std::string> GetCurrentModuleInfo(bool needRecordName = false);
764 std::pair<std::string, std::string> EcmaVM::GetCurrentModuleInfo(bool needRecordName) in GetCurrentModuleInfo() function in panda::ecmascript::EcmaVM
1304 …static std::pair<std::string, std::string> GetCurrentModuleInfo(EcmaVM *vm, bool needRecordName = …
2679 std::pair<std::string, std::string> JSNApi::GetCurrentModuleInfo(EcmaVM *vm, bool needRecordName) in GetCurrentModuleInfo() function in panda::JSNApi2681 return vm->GetCurrentModuleInfo(needRecordName); in GetCurrentModuleInfo()