Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js1279 Tokenizer.prototype.readCodePoint = function readCodePoint(throwOnInvalid) { argument
1286 … 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) { argument
1453 if (throwOnInvalid) {