| Index: frog/leg/namer.dart
|
| diff --git a/frog/leg/namer.dart b/frog/leg/namer.dart
|
| index 509b346d3476c59d2f541c644368e9b01ae0a31d..9bd737e75aa0ef29b38f4e1eacdc09b874906df2 100644
|
| --- a/frog/leg/namer.dart
|
| +++ b/frog/leg/namer.dart
|
| @@ -27,6 +27,11 @@ class Namer {
|
| String get isolate() => "Isolate";
|
|
|
|
|
| + String closureInvocationName() {
|
| + // TODO(floitsch): mangle, while not conflicting with instance names.
|
| + return '\$call';
|
| + }
|
| +
|
| String instanceName(SourceString instanceName) {
|
| String candidate = '$instanceName';
|
| // TODO(floitsch): mangle, while preserving uniqueness.
|
|
|