Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/
DQRRSBlock.js1 var QRErrorCorrectLevel = require('./QRErrorCorrectLevel'); variable
285 case QRErrorCorrectLevel.L :
287 case QRErrorCorrectLevel.M :
289 case QRErrorCorrectLevel.Q :
291 case QRErrorCorrectLevel.H :
/third_party/node/deps/npm/node_modules/qrcode-terminal/lib/
Dmain.js2 QRErrorCorrectLevel = require('./../vendor/QRCode/QRErrorCorrectLevel'), variable
25 error: QRErrorCorrectLevel.L,
97 this.error = QRErrorCorrectLevel[error] || this.error;