顺便把后面这里的也替换掉
This commit is contained in:
parent
4cd9893a88
commit
47cfc77879
@ -9235,16 +9235,16 @@ H.JsLinkedHashMap.prototype = {
|
|||||||
var s, r, q = this
|
var s, r, q = this
|
||||||
if (typeof b == "string") {
|
if (typeof b == "string") {
|
||||||
s = q.b
|
s = q.b
|
||||||
q.cQ(s == null ? q.b = q.ca() : s, b, c)
|
q.cQ(s == null ? q.b = q._newHashTable() : s, b, c)
|
||||||
} else if (typeof b == "number" && (b & 0x3ffffff) === b) {
|
} else if (typeof b == "number" && (b & 0x3ffffff) === b) {
|
||||||
r = q.c
|
r = q.c
|
||||||
q.cQ(r == null ? q.c = q.ca() : r, b, c)
|
q.cQ(r == null ? q.c = q._newHashTable() : r, b, c)
|
||||||
} else q.f2(b, c)
|
} else q.f2(b, c)
|
||||||
},
|
},
|
||||||
f2(a, b) {
|
f2(a, b) {
|
||||||
var s, r, q, p = this,
|
var s, r, q, p = this,
|
||||||
o = p.d
|
o = p.d
|
||||||
if (o == null) o = p.d = p.ca()
|
if (o == null) o = p.d = p._newHashTable()
|
||||||
s = p.bQ(a)
|
s = p.bQ(a)
|
||||||
r = p.bG(o, s)
|
r = p.bG(o, s)
|
||||||
if (r == null) p.cd(o, s, [p.c_(a, b)])
|
if (r == null) p.cd(o, s, [p.c_(a, b)])
|
||||||
|
Loading…
Reference in New Issue
Block a user