Searched refs:txtRes (Results 1 – 1 of 1) sorted by relevance
39 function loadFile(txtRes: string) {44 if (txtRes[txtRes.length - 2] == ',') {45 txtRes += '{"name":"disassembly","type":"disassembly","data":""}]}';59 const jsonObj = JSON.parse(txtRes);131 const txtRes = filereader.result; constant132 if (typeof txtRes == 'string') {133 loadFile(txtRes);