| Index: tool/input_sdk/private/ddc_runtime/runtime.dart
|
| diff --git a/tool/input_sdk/private/ddc_runtime/runtime.dart b/tool/input_sdk/private/ddc_runtime/runtime.dart
|
| index 061218b484e25c91429969d1305656ae41b87019..b846b4a9bbaf50971f53e1dcaa95a7c75cbf4998 100644
|
| --- a/tool/input_sdk/private/ddc_runtime/runtime.dart
|
| +++ b/tool/input_sdk/private/ddc_runtime/runtime.dart
|
| @@ -19,18 +19,6 @@ part 'rtti.dart';
|
| part 'types.dart';
|
| part 'utils.dart';
|
|
|
| -// From dart_utils
|
| -final defineLazyClass = JS('', '$defineLazy');
|
| -final defineLazyProperties = JS('', '$defineLazy');
|
| -final defineLazyClassGeneric = JS('', '$defineLazyProperty');
|
| -
|
| -// Renames
|
| -@JSExportName('as')
|
| -final as_ = JS('', '$cast');
|
| -
|
| -@JSExportName('is')
|
| -final is_ = JS('', '$instanceOf');
|
| -
|
| @JSExportName('global')
|
| final global_ = JS('', 'typeof window == "undefined" ? global : window');
|
| final JsSymbol = JS('', 'Symbol');
|
|
|