P.ca -> P._newHashTable
This commit is contained in:
parent
b0184dc072
commit
4cd9893a88
@ -9366,7 +9366,7 @@ H.JsLinkedHashMap.prototype = {
|
|||||||
ei(a, b) {
|
ei(a, b) {
|
||||||
return this.bp(a, b) != null
|
return this.bp(a, b) != null
|
||||||
},
|
},
|
||||||
ca() {
|
_newHashTable() {
|
||||||
var s = "<non-identifier-key>",
|
var s = "<non-identifier-key>",
|
||||||
r = Object.create(null)
|
r = Object.create(null)
|
||||||
this.cd(r, s, r)
|
this.cd(r, s, r)
|
||||||
|
Loading…
Reference in New Issue
Block a user