mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +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();
|
functionType = new FunctionTypeEntry();
|
||||||
locals.clear();
|
locals.clear();
|
||||||
|
if( function.paramNames != null ) {
|
||||||
|
function.paramNames.clear();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user