| Index: pkg/analyzer/lib/src/summary/format.fbs
|
| diff --git a/pkg/analyzer/lib/src/summary/format.fbs b/pkg/analyzer/lib/src/summary/format.fbs
|
| index e5a8cec82dc9591780320e06a2f537f76e832248..8df99fe44c184b25c925d51451103f40e93836de 100644
|
| --- a/pkg/analyzer/lib/src/summary/format.fbs
|
| +++ b/pkg/analyzer/lib/src/summary/format.fbs
|
| @@ -614,7 +614,15 @@ enum UnlinkedConstOperation : byte {
|
| /**
|
| * Pop the top value from the stack and raise an exception with this value.
|
| */
|
| - throwException
|
| + throwException,
|
| +
|
| + /**
|
| + * Obtain two values `n` and `m` from [UnlinkedConst.ints]. Then, starting at
|
| + * the executable element for the expression being evaluated, if n > 0, pop to
|
| + * the nth enclosing function element. Then, push the mth local function of
|
| + * that element onto the stack.
|
| + */
|
| + pushLocalFunctionReference
|
| }
|
|
|
| /**
|
|
|