kotlin-power-assert / com.bnorm.power / org.jetbrains.kotlin.ir.builders.IrBuilderWithScope

Extensions for org.jetbrains.kotlin.ir.builders.IrBuilderWithScope

buildMessage

fun IrBuilderWithScope.buildMessage(title: IrExpression, stack: List<IrStackVariable>, callSource: String, callIndent: Int = 0): IrExpression

buildThrow

fun IrBuilderWithScope.buildThrow(constructor: IrConstructorSymbol, message: IrExpression): IrThrow