Searched refs:needRecordName (Results 1 – 4 of 4) sorted by relevance
764 std::pair<std::string, std::string> EcmaVM::GetCurrentModuleInfo(bool needRecordName) in GetCurrentModuleInfo() argument770 if (needRecordName) { in GetCurrentModuleInfo()
455 std::pair<std::string, std::string> GetCurrentModuleInfo(bool needRecordName = false);
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() argument2681 return vm->GetCurrentModuleInfo(needRecordName); in GetCurrentModuleInfo()