JS: save function descriptor for inline calls
This commit is contained in:
+3
@@ -19,11 +19,14 @@ package com.google.dart.compiler.backend.js.ast.metadata
|
||||
import com.google.dart.compiler.backend.js.ast.*
|
||||
import org.jetbrains.kotlin.builtins.InlineStrategy
|
||||
import kotlin.properties.Delegates
|
||||
import org.jetbrains.kotlin.descriptors.CallableDescriptor
|
||||
|
||||
public var JsName.staticRef: JsNode? by MetadataProperty(default = null)
|
||||
|
||||
public var JsInvocation.inlineStrategy: InlineStrategy? by MetadataProperty(default = null)
|
||||
|
||||
public var JsInvocation.descriptor: CallableDescriptor? by MetadataProperty(default = null)
|
||||
|
||||
public var JsFunction.isLocal: Boolean by MetadataProperty(default = false)
|
||||
|
||||
public var JsParameter.hasDefaultValue: Boolean by MetadataProperty(default = false)
|
||||
|
||||
Reference in New Issue
Block a user