Searched refs:token_error (Results 1 – 2 of 2) sorted by relevance
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | parse.js | 747 function token_error(token, msg) { function 757 token_error(token, "Unexpected token: " + token_to_string(token.type, token.value)); 762 …token_error(S.token, "Unexpected token: " + token_to_string(S.token.type, S.token.value) + ", expe… 1024 …token_error(ref.label.start, "Continue label `" + label.name + "` must refer to IterationStatement… 1046 if (!ldef) token_error(label.start, "Undefined label " + label.name); 1217 … token_error(init.start, "Only one variable declaration allowed in for..in/of loop"); 1220 … token_error(init.definitions[0].value.start, "No initializers allowed in for..of loop"); 1223 token_error(init.start, "Invalid left-hand side in for..in/of loop"); 1300 …if (!(prop instanceof AST_ObjectKeyVal)) token_error(prop.start, "Invalid destructuring assignment… 1319 token_error(node.start, "Invalid arrow parameter"); [all …]
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | parse.js | 754 function token_error(token, msg) { function 761 token_error(token, "Unexpected token: " + token.type + " (" + token.value + ")"); 768 …token_error(S.token, "Unexpected token " + S.token.type + " «" + S.token.value + "»" + ", expected…
|