JS IR: invoke missing lowering step for default arguments lowering
This commit is contained in:
@@ -79,6 +79,7 @@ fun JsIrBackendContext.performInlining(moduleFragment: IrModuleFragment) {
|
|||||||
fun JsIrBackendContext.lower(file: IrFile) {
|
fun JsIrBackendContext.lower(file: IrFile) {
|
||||||
LateinitLowering(this, true).lower(file)
|
LateinitLowering(this, true).lower(file)
|
||||||
DefaultArgumentStubGenerator(this).runOnFilePostfix(file)
|
DefaultArgumentStubGenerator(this).runOnFilePostfix(file)
|
||||||
|
DefaultParameterInjector(this).runOnFilePostfix(file)
|
||||||
SharedVariablesLowering(this).runOnFilePostfix(file)
|
SharedVariablesLowering(this).runOnFilePostfix(file)
|
||||||
ReturnableBlockLowering(this).lower(file)
|
ReturnableBlockLowering(this).lower(file)
|
||||||
LocalDeclarationsLowering(this).runOnFilePostfix(file)
|
LocalDeclarationsLowering(this).runOnFilePostfix(file)
|
||||||
|
|||||||
Reference in New Issue
Block a user