mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
correct method parameter names with debugging
This commit is contained in:
parent
b11ad30ecb
commit
3e4d1794a4
@ -606,6 +606,9 @@ public class BinaryModuleWriter extends ModuleWriter implements InstructionOpcod
|
||||
}
|
||||
functionType = new FunctionTypeEntry();
|
||||
locals.clear();
|
||||
if( function.paramNames != null ) {
|
||||
function.paramNames.clear();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user