[Wasm] Require location for buildThrow and fix all usages
This commit is contained in:
+1
-1
@@ -142,7 +142,7 @@ class BodyGenerator(
|
||||
|
||||
override fun visitThrow(expression: IrThrow) {
|
||||
generateExpression(expression.value)
|
||||
body.buildThrow(functionContext.tagIdx)
|
||||
body.buildThrow(functionContext.tagIdx, expression.getSourceLocation())
|
||||
}
|
||||
|
||||
override fun visitTry(aTry: IrTry) {
|
||||
|
||||
Reference in New Issue
Block a user