Searched refs:addToCodeCache (Results 1 – 1 of 1) sorted by relevance
| /third_party/node/deps/npm/node_modules/cli-table3/src/ |
| D | utils.js | 46 function addToCodeCache(name, on, off) { function 55 addToCodeCache('bold', 1, 22); 56 addToCodeCache('italics', 3, 23); 57 addToCodeCache('underline', 4, 24); 58 addToCodeCache('inverse', 7, 27); 59 addToCodeCache('strikethrough', 9, 29);
|