Searched refs:codeCache (Results 1 – 1 of 1) sorted by relevance
44 let codeCache = {}; variable49 codeCache[on] = { set: name, to: true }; variable50 codeCache[off] = { set: name, to: false }; variable51 codeCache[name] = { on: on, off: off }; variable80 let info = codeCache[controlChars[0]];106 ret += codeCache[key].off;129 ret = codeCache[key].on + ret;