PrepareInlineable
object PrepareInlineable
Type members
Classlikes
Value members
Concrete methods
Return result of evaluating op, but drop Inline flag and Body annotation
of sym in case that leads to errors.
Return result of evaluating op, but drop Inline flag and Body annotation
of sym in case that leads to errors.
Register inline info for given inlineable method sym.
Register inline info for given inlineable method sym.
- Value Params
- ctx
The context to use for evaluating
treeExpr. It needs to have the inline method as owner.- sym
The symbol denotation of the inlineable method for which info is registered
- treeExpr
A function that computes the tree to be inlined, given a context This tree may still refer to non-public members.