Static
Readonly
newXWeakReadonly
deleteReadonly
getReadonly
hasReadonly
pruneReadonly
setReadonly
sLike get except that if the key is not found in the map, then it
will set and return a default value by calling getDefaultV
passed to the
constructor.
XWeakMap is like WeakMap, except that it supports automatically creating missing entries with with sGet according to a default value getter function.