| Index: pkg/compiler/lib/src/js_emitter/full_emitter/declarations.dart
|
| diff --git a/pkg/compiler/lib/src/js_emitter/full_emitter/declarations.dart b/pkg/compiler/lib/src/js_emitter/full_emitter/declarations.dart
|
| index 30b4e4eec834e1046ba1ab578d112c385caea93c..01fda29d470a88f9b14fa20ecf4cafc81fa714f8 100644
|
| --- a/pkg/compiler/lib/src/js_emitter/full_emitter/declarations.dart
|
| +++ b/pkg/compiler/lib/src/js_emitter/full_emitter/declarations.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of dart2js.js_emitter;
|
| +part of dart2js.js_emitter.full_emitter;
|
|
|
| /// Enables debugging of fast/slow objects using V8-specific primitives.
|
| const DEBUG_FAST_OBJECTS = false;
|
| @@ -13,12 +13,6 @@ const DEBUG_FAST_OBJECTS = false;
|
| typedef jsAst.Property AddPropertyFunction(jsAst.Name name,
|
| jsAst.Expression value);
|
|
|
| -// Function signatures used in the generation of runtime type information.
|
| -typedef void FunctionTypeSignatureEmitter(Element method,
|
| - FunctionType methodType);
|
| -
|
| -typedef void SubstitutionEmitter(Element element, {bool emitNull});
|
| -
|
| const String GENERATED_BY = """
|
| // Generated by dart2js, the Dart to JavaScript compiler.
|
| """;
|
|
|