File tree 2 files changed +4
-0
lines changed
Filter options
2 files changed +4
-0
lines changed
Original file line number Diff line number Diff line change @@ -796,6 +796,7 @@ function smi(i32) {
796
796
var defaultValueOf = Object . prototype . valueOf ;
797
797
798
798
function hash ( o ) {
799
+ // eslint-disable-next-line eqeqeq
799
800
if ( o == null ) {
800
801
return hashNullish ( o ) ;
801
802
}
@@ -807,6 +808,7 @@ function hash(o) {
807
808
808
809
var v = valueOf ( o ) ;
809
810
811
+ // eslint-disable-next-line eqeqeq
810
812
if ( v == null ) {
811
813
return hashNullish ( v ) ;
812
814
}
Original file line number Diff line number Diff line change 802
802
var defaultValueOf = Object . prototype . valueOf ;
803
803
804
804
function hash ( o ) {
805
+ // eslint-disable-next-line eqeqeq
805
806
if ( o == null ) {
806
807
return hashNullish ( o ) ;
807
808
}
813
814
814
815
var v = valueOf ( o ) ;
815
816
817
+ // eslint-disable-next-line eqeqeq
816
818
if ( v == null ) {
817
819
return hashNullish ( v ) ;
818
820
}
You can’t perform that action at this time.
0 commit comments