| Index: sdk/lib/_internal/compiler/js_lib/shared/embedded_names.dart
|
| diff --git a/sdk/lib/_internal/compiler/js_lib/shared/embedded_names.dart b/sdk/lib/_internal/compiler/js_lib/shared/embedded_names.dart
|
| index 344cd7d24eec254fb0b95d22f37b7243333d0452..123a2e8804c60ab3467aa07b097fff8906d9dc2c 100644
|
| --- a/sdk/lib/_internal/compiler/js_lib/shared/embedded_names.dart
|
| +++ b/sdk/lib/_internal/compiler/js_lib/shared/embedded_names.dart
|
| @@ -15,7 +15,14 @@ const DISPATCH_PROPERTY_NAME = "dispatchPropertyName";
|
| const TYPE_INFORMATION = 'typeInformation';
|
| const GLOBAL_FUNCTIONS = 'globalFunctions';
|
| const STATICS = 'statics';
|
| +
|
| +/**
|
| + * If [JSInvocationMirror._invokeOn] is being used, this embedded global
|
| + * contains a JavaScript map with the names of methods that are
|
| + * intercepted.
|
| + */
|
| const INTERCEPTED_NAMES = 'interceptedNames';
|
| +
|
| const MANGLED_GLOBAL_NAMES = 'mangledGlobalNames';
|
| const MANGLED_NAMES = 'mangledNames';
|
| const LIBRARIES = 'libraries';
|
|
|