| Index: pkg/analyzer/lib/src/summary/idl.dart
|
| diff --git a/pkg/analyzer/lib/src/summary/idl.dart b/pkg/analyzer/lib/src/summary/idl.dart
|
| index 9259d99a54f2cb7c9aad08456439284b8c68c674..65b092d0893da94d5c2ad805ed00f4f7b8a5efb4 100644
|
| --- a/pkg/analyzer/lib/src/summary/idl.dart
|
| +++ b/pkg/analyzer/lib/src/summary/idl.dart
|
| @@ -1453,6 +1453,14 @@ enum UnlinkedConstOperation {
|
| * Pop the top value from the stack and raise an exception with this value.
|
| */
|
| 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,
|
| }
|
|
|
| /**
|
|
|