-
feat(overload): handle overloaded functions while tranlating · c544bc37Tianqi Yang authored
Modify symbol.Class.resolveFieldOrder: - handle overloaded functions while calculating the offset of each member of a class Modfiy translate.Translater.fillVTableEntries: - handle overloaded functions while building VTable Modify translate.Translater.createFuncty: - replace the function names with function signatures
c544bc37