(val)
| 24093 | return memoizedGetValue; |
| 24094 | } |
| 24095 | function _normalizeArg(val) { |
| 24096 | if (!val) return _emptyObject; |
| 24097 | else if (typeof val === "object" || typeof val === "function") return val; |
| 24098 | else if (!_dictionary[val]) _dictionary[val] = { |
| 24099 | val: val |
| 24100 | }; |
| 24101 | return _dictionary[val]; |
| 24102 | } |
| 24103 | function _createNode() { |
| 24104 | return { |
| 24105 | map: _weakMap ? new _weakMap() : null |