Home
last modified time | relevance | path

Searched refs:numCache (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/genfun/lib/
Dutil.js17 const numCache = {} constant
33 case 'number': return numCache[value] || (numCache[value] = new Num(value))