| Index: lib/compiler/implementation/apiimpl.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/apiimpl.dart (revision 8424)
|
| +++ lib/compiler/implementation/apiimpl.dart (working copy)
|
| @@ -28,6 +28,7 @@
|
| super(
|
| tracer: new ssa.HTracer(),
|
| enableTypeAssertions: options.indexOf('--enable-checked-mode') != -1,
|
| + enableUserAssertions: options.indexOf('--enable-checked-mode') != -1,
|
| emitJavascript: options.indexOf('--output-type=dart') == -1,
|
| validateUnparse: options.indexOf('--unparse-validation') !== -1);
|
|
|
|
|