Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/jsonparse/
Djsonparse.js77 Parser.toknam = function (code) { function in Parser
90 …tring.fromCharCode(buffer[i])) + " at position " + i + " in state " + Parser.toknam(this.tState)));
171 …new Error("Invalid UTF-8 character at position " + i + " in state " + Parser.toknam(this.tState)));
321 …rror("Unexpected " + Parser.toknam(token) + (value ? ("(" + JSON.stringify(value) + ")") : "") + "…