Searched refs:throwOnInvalid (Results 1 – 1 of 1) sorted by relevance
1279 Tokenizer.prototype.readCodePoint = function readCodePoint(throwOnInvalid) { argument1286 … code = this.readHexChar(this.input.indexOf("}", this.state.pos) - this.state.pos, throwOnInvalid);1291 if (throwOnInvalid) {1299 code = this.readHexChar(4, throwOnInvalid);1383 var throwOnInvalid = !inTemplate;1394 var code = this.readHexChar(2, throwOnInvalid);1400 var _code = this.readCodePoint(throwOnInvalid);1449 Tokenizer.prototype.readHexChar = function readHexChar(len, throwOnInvalid) { argument1453 if (throwOnInvalid) {