| 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 bd72f0927eed26749aaf3ca3c49b2257422ab7bc..9ebafc1a946b00ce76faa1e7742ac65dcceeafa3 100644
|
| --- a/sdk/lib/_internal/compiler/js_lib/shared/embedded_names.dart
|
| +++ b/sdk/lib/_internal/compiler/js_lib/shared/embedded_names.dart
|
| @@ -50,3 +50,9 @@ const TYPEDEF_PREDICATE_PROPERTY_NAME = r"$$isTypedef";
|
| const NATIVE_SUPERCLASS_TAG_NAME = r"$nativeSuperclassTag";
|
|
|
| const MAP_TYPE_TO_INTERCEPTOR = "mapTypeToInterceptor";
|
| +
|
| +/**
|
| + * Returns the type given the name of a class.
|
| + * This function is called by the runtime when computing rti.
|
| + */
|
| +const GET_TYPE_FROM_NAME = 'getTypeFromName';
|
|
|