Searched refs:mappingCharCodes (Results 1 – 3 of 3) sorted by relevance
19 const mappingCharCodes: number[] = []; constant214 mappingCharCodes.push(charCode);217 if (mappingCharCodes.length >= 1024) {277 if (mappingCharCodes.length > 0) {278 mappings += String.fromCharCode.apply(undefined, mappingCharCodes);279 mappingCharCodes.length = 0;
94134 var mappingCharCodes = [];94310 mappingCharCodes.push(charCode);94313 if (mappingCharCodes.length >= 1024) {94362 if (mappingCharCodes.length > 0) {94363 mappings += String.fromCharCode.apply(undefined, mappingCharCodes);94364 mappingCharCodes.length = 0;
79616 var mappingCharCodes = [];79784 mappingCharCodes.push(charCode);79785 if (mappingCharCodes.length >= 1024) {79825 if (mappingCharCodes.length > 0) {79826 mappings += String.fromCharCode.apply(undefined, mappingCharCodes);79827 mappingCharCodes.length = 0;