| Index: compiler/lib/implementation/bool.js
|
| diff --git a/compiler/lib/implementation/bool.js b/compiler/lib/implementation/bool.js
|
| index eebab247d65b405391354589e9133154b021abcc..7f7c08faabbf4d38cba5a5ee72631c82450dff58 100644
|
| --- a/compiler/lib/implementation/bool.js
|
| +++ b/compiler/lib/implementation/bool.js
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| function native_BoolImplementation_EQ(other) {
|
| - return typeof other == 'boolean' && this == other;
|
| + throw Error('UNREACHABLE');
|
| }
|
|
|
| function native_BoolImplementation_toString() {
|
|
|