use the functions manager for the static flag for more flexibility on method replace

This commit is contained in:
Volker Berlin 2020-01-03 21:06:46 +01:00
parent d103f97c04
commit e0c258b6ab

View File

@ -434,7 +434,7 @@ public class ModuleGenerator {
return; return;
} }
writeExport( name, method ); writeExport( name, method );
writeMethodImpl( name, method.isStatic(), codeBuilder ); writeMethodImpl( name, functions.isStatic( name ), codeBuilder );
} }
/** /**